So, for example, given a table with a list "all" with 100 records like so:
<display:table id="result" pagesize="20" name="all" >
<display:column>
<% log.info("Doing some work..."+i++); %>
</display:column>
</display:table>We will see 100 log statements rather than just 20.
Is this a bug? Am I missing something? Any help much appreciated.
Thanks,
Jonathan.
------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

