i prefer pagination to be db based so there is a minimum amount of data 
retrieved and held in memory. i.e. only retrieve what you will display. don't 
retrieve 200 records in memory and page through them.
 
adam


----------------------------------------
> Date: Mon, 29 Mar 2010 03:07:25 -0700
> From: cel...@yahoo.com
> Subject: Pagination with Struts 2.1.8 ?
> To: user@struts.apache.org
>
> Hi,
> This is a classic requirement.
> I have this table, in a JSP, that I have created with the 
html tag and that i have filled using the .
> This tag iterates over an ArrayList defined in my action.
> There are too many lines and I need to add some pagination functionality to 
> it.
> What solutions are out there and which one do you recommend ?
> Thanks for your feedback.
>
>
>                                         
_________________________________________________________________
Do you have a story that started on Hotmail? Tell us now
http://clk.atdmt.com/UKM/go/195013117/direct/01/
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to