We use display tag extensively and it ties into S2 really well.

We¹ve set it up to use DB based pagination so you only load the items you
need and it ties into S2 i18n properties.

We also use jqGrid which is based on jQuery and works really well where you
want ajax based tables.

Z.
> 
> Thanks. I already read about it but does it work well with Struts 2 ?
> 
> 
> --- On Mon, 3/29/10, Alex Rodriguez Lopez <alo...@flordeutopia.pt> wrote:
> 
> 
> From: Alex Rodriguez Lopez <alo...@flordeutopia.pt>
> Subject: Re: Pagination with Struts 2.1.8 ?
> To: user@struts.apache.org
> Date: Monday, March 29, 2010, 4:32 AM
> 
> 
> Display tag, works like a charm:
> 
> http://displaytag.sourceforge.net/1.2/tut_basic.html
> 
> Works with lists and handles pagination, data export, I recommend it!
> 
> Em 29-03-2010 11:07, Celinio Fernandes escreveu:
>> > Hi,
>> > This is a classic requirement.
>> > I have this table, in a JSP, that I have created with the<table>  html tag
>> and that i have filled using the<s:iterator>.
>> > This<s:iterator>  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.
>> >
>> >
>> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 
> 
> 
> 

Reply via email to