> > Could you grab the current version from CVS and send me your
> > esql page and output. Up to know I cannot reproduce your problems...
>
>
> Hi Torsten,
> I got the snapshot from July 30th, 04:15 and run into the same problem.
> One more problem is that if no rows are selected I even don't get the
> header and footer in the output.
> Here is my esql.xsp:

Hm...

> <?xml version="1.0" encoding="UTF-8"?>
>
> <xsp:page
>   xmlns:xsp="http://apache.org/xsp";
>   xmlns:esql="http://apache.org/cocoon/SQL/v2";
> >
>
> <page>
> <esql:connection>
>  <esql:pool>my_pool</esql:pool>
>  <esql:execute-query>
>   <esql:query>select name, number
>    from employee
>   </esql:query>
>   <esql:results>
>    <header>
>     <name>EmpName</name>
>     <number>EmpNumber</number>
>    </header>
>    <esql:row-results>
>     <first-level>
>      <esql:get-columns/>
>     </first-level>
>    </esql:row-results>
>    <esql:no-results>
>     <user>no Values available</user>
>    </esql:no-results>
>    <footer>copyright</footer>
>   </esql:results>
>  </esql:execute-query>
> </esql:connection>
>
> </page>
>
> </xsp:page>

Looks ok...

> I hope that you have any idea why this happens only to me.

Strange... could you send me the java code from your repository
off the list. I'll have a look.
--
Torsten


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to