YOu can use a variable to specify the number of rows returned. ie:
<display:table name="parties" requestURI="someaction.do" class="mars" pagesize="${preferences.contactGridSize}" sort="list" >
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there any way to let users to view all the items in the list?
I cannot see any clue to do this...
Hope someone could help.
Thanks!!
Dan Lai.
Um...I mean is it possible to provide an option for users to switch to the "view all items" modes?
Switching between the "paged mode" and "view all items" mode.
Thanks,
Dan.
If you know the size of the result set then you could set a variable to the count of that set then all of the items would show.
YOu can use a variable to specify the number of rows returned. ie:
<display:table name="parties" requestURI="someaction.do" class="mars" pagesize="${preferences.contactGridSize}" sort="list" >