I'm noticing the following problem using the display tag (1.0-b1 and 1.0-b2). The body of the column tag is executed for every element in the list even when pagesize is less than the list total.

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

Reply via email to