Zsolt wrote:
Hi, I use the paging of displaytag but sometime it would be useful to show all items of a table without paging. How can I do that? I use 1.1. Zsolt
If you set the pagesize attribute to 0 it will show all the items. <display:table name="data" id="d" pagesize="0"> </display:table> Ed! ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

