Hi!
I am trying to make use of <esql:more-results> in a simple PostgreSQL
database page using XSP. I am using Cocoon 2.1 CVS (today - 25-Dic-02 at
night CST). My problem is that the <esql:more-results> is not working. I
know already there are more than 50 registers of the database that can be
retrieved.
<snip>
<esql:execute-query>
<esql:query>
<esql:use-limit-clause/>
<esql:skip-rows>1</esql:skip-rows>
<esql:max-rows>10</esql:max-rows>
<esql:results>
<table><header-stuff/>
<esql:row-results>
<esql:previous-results>previous rows</esql:previous-results>
<esql:more-results>more rows</esql:more-results>
<td><esql:get-string column="name"/></td>
</esql:row-results>
</table>
</esql:results>
</esql:query>
</snip>
The point is: everything works well but the more-results is not working no
matter if you put it as descendant of <esql:results> or <esql:row-results>
My database is PostgreSQL 7.2 on Red Hat Linux 7.2
Please help me.
Regards,
Antonio Gallardo
---------------------------------------------------------------------
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]>