Re: Pagination with struts 2.x

2009-03-25 Thread dusty

displayTag is not terrible when working with Struts propertiesthese days. 
Remember that you can get to stuff on the value stack via JSTL expressions
as well.  Which works well with displayTag.



Mileidys Gonzalez Prieto wrote:
> 
> I recomend jMesa... is very good and is possible to do pagination with
> Ajax using limits.
> 
> On Wed, 2009-03-25 at 05:37 -0700, mahanare wrote:
>> FYI, 
>> just recording my experience here.
>> 
>> I looked at displaytag it looks good but if there are some minor changes
>> (it
>> encodes property names etc so when you post for sort/pagination, setting
>> the
>> structs 2 action properties is difficult) other wise it looks simple.
>> 
>> Also I looked at jqGrid using jquery, it might take some effort but we
>> really get flashy UI. Also there is some thing called hdpagination
>> another
>> taglibrary.
>> 
>> at the end as we have some complex stuff, we decided not to use these
>> libraries and write code on our own to meet our specific requirements.
>> 
>> Thanks
>> Harinath
>> 
>> 
>> Chris Pratt wrote:
>> > 
>> > One very popular option is DisplayTag (http://www.displaytag.org/).
>> >   (*Chris*)
>> > 
>> > On Wed, Mar 18, 2009 at 11:08 PM, mahanare  wrote:
>> > 
>> >>
>> >> Hi,
>> >>
>> >> What is the best approach to display database table content page wise
>> >> using
>> >> struts 2?
>> >>
>> >> We used display tag few years back, but there seems another taglib
>> pager
>> >> taglib.
>> >>
>> >> Is pager tag lib a better option or is there any inherent support in
>> >> struts
>> >> 2 for paging?
>> >>
>> >> Thanks
>> >> harinath
>> >>
>> >> --
>> >> View this message in context:
>> >>
>> http://www.nabble.com/Pagination-with-struts-2.x-tp22594233p22594233.html
>> >> Sent from the Struts - User mailing list archive at Nabble.com.
>> >>
>> >>
>> >> ---------
>> >> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>> >> For additional commands, e-mail: user-h...@struts.apache.org
>> >>
>> >>
>> > 
>> > 
>> 
> 
> 
> -
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Pagination-with-struts-2.x-tp22594233p22713851.html
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Pagination with struts 2.x

2009-03-25 Thread Mileidys Gonzalez Prieto
I recomend jMesa... is very good and is possible to do pagination with
Ajax using limits.

On Wed, 2009-03-25 at 05:37 -0700, mahanare wrote:
> FYI, 
> just recording my experience here.
> 
> I looked at displaytag it looks good but if there are some minor changes (it
> encodes property names etc so when you post for sort/pagination, setting the
> structs 2 action properties is difficult) other wise it looks simple.
> 
> Also I looked at jqGrid using jquery, it might take some effort but we
> really get flashy UI. Also there is some thing called hdpagination another
> taglibrary.
> 
> at the end as we have some complex stuff, we decided not to use these
> libraries and write code on our own to meet our specific requirements.
> 
> Thanks
> Harinath
> 
> 
> Chris Pratt wrote:
> > 
> > One very popular option is DisplayTag (http://www.displaytag.org/).
> >   (*Chris*)
> > 
> > On Wed, Mar 18, 2009 at 11:08 PM, mahanare  wrote:
> > 
> >>
> >> Hi,
> >>
> >> What is the best approach to display database table content page wise
> >> using
> >> struts 2?
> >>
> >> We used display tag few years back, but there seems another taglib pager
> >> taglib.
> >>
> >> Is pager tag lib a better option or is there any inherent support in
> >> struts
> >> 2 for paging?
> >>
> >> Thanks
> >> harinath
> >>
> >> --
> >> View this message in context:
> >> http://www.nabble.com/Pagination-with-struts-2.x-tp22594233p22594233.html
> >> Sent from the Struts - User mailing list archive at Nabble.com.
> >>
> >>
> >> -
> >> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> >> For additional commands, e-mail: user-h...@struts.apache.org
> >>
> >>
> > 
> > 
> 


-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Pagination with struts 2.x

2009-03-25 Thread mahanare

FYI, 
just recording my experience here.

I looked at displaytag it looks good but if there are some minor changes (it
encodes property names etc so when you post for sort/pagination, setting the
structs 2 action properties is difficult) other wise it looks simple.

Also I looked at jqGrid using jquery, it might take some effort but we
really get flashy UI. Also there is some thing called hdpagination another
taglibrary.

at the end as we have some complex stuff, we decided not to use these
libraries and write code on our own to meet our specific requirements.

Thanks
Harinath


Chris Pratt wrote:
> 
> One very popular option is DisplayTag (http://www.displaytag.org/).
>   (*Chris*)
> 
> On Wed, Mar 18, 2009 at 11:08 PM, mahanare  wrote:
> 
>>
>> Hi,
>>
>> What is the best approach to display database table content page wise
>> using
>> struts 2?
>>
>> We used display tag few years back, but there seems another taglib pager
>> taglib.
>>
>> Is pager tag lib a better option or is there any inherent support in
>> struts
>> 2 for paging?
>>
>> Thanks
>> harinath
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Pagination-with-struts-2.x-tp22594233p22594233.html
>> Sent from the Struts - User mailing list archive at Nabble.com.
>>
>>
>> -
>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>> For additional commands, e-mail: user-h...@struts.apache.org
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Pagination-with-struts-2.x-tp22594233p22700830.html
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Pagination with struts 2.x

2009-03-19 Thread Chris Pratt
One very popular option is DisplayTag (http://www.displaytag.org/).
  (*Chris*)

On Wed, Mar 18, 2009 at 11:08 PM, mahanare  wrote:

>
> Hi,
>
> What is the best approach to display database table content page wise using
> struts 2?
>
> We used display tag few years back, but there seems another taglib pager
> taglib.
>
> Is pager tag lib a better option or is there any inherent support in struts
> 2 for paging?
>
> Thanks
> harinath
>
> --
> View this message in context:
> http://www.nabble.com/Pagination-with-struts-2.x-tp22594233p22594233.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>


Pagination with struts 2.x

2009-03-18 Thread mahanare

Hi,

What is the best approach to display database table content page wise using
struts 2?

We used display tag few years back, but there seems another taglib pager
taglib. 

Is pager tag lib a better option or is there any inherent support in struts
2 for paging?

Thanks
harinath

-- 
View this message in context: 
http://www.nabble.com/Pagination-with-struts-2.x-tp22594233p22594233.html
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org