> > ...
> > <xsp:logic>
> >             int rowCount = 0;
> > ...
> >             <esql:execute-query>
> > ...
> >                             <esql:row-results>
> > ...
> >                                 <xsp:logic>
> >                                         rowCount++;

try to do select count(*) as row_count from table;

and then in <esql:row-results> do <esql:get-long column="row_count"/>

I'm not 100% sure but this highly probable to work
   ouzo


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

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

Reply via email to