Re: paging in struts

2005-11-30 Thread Michael Jouravlev
On 11/30/05, Adam Hardy <[EMAIL PROTECTED]> wrote: > From: Michael Jouravlev > To: Struts Users Mailing List > Sent: Wednesday, November 30, 2005 12:41 AM > > On 11/29/05, Adam Hardy <[EMAIL PROTECTED]> wrote: > > > Michael Jouravlev on 29/11/05 16:54, wrote: > > > > Both Struts Dialogs examp

Re: paging in struts

2005-11-30 Thread Adam Hardy
- Original Message - From: Michael Jouravlev To: Struts Users Mailing List Sent: Wednesday, November 30, 2005 12:41 AM Subject: Re: paging in struts On 11/29/05, Adam Hardy <[EMAIL PROTECTED]> wrote: > Michael Jouravlev on 29/11/05 16:54, wrote: > &

Re: paging in struts

2005-11-30 Thread Gaet
why don't simply use 'struts-layout' taglib? Gaet' - Original Message - From: Michael Jouravlev To: Struts Users Mailing List Sent: Wednesday, November 30, 2005 12:41 AM Subject: Re: paging in struts On 11/29/05, Adam Hardy <[EMAIL PROTECT

Re: paging in struts

2005-11-29 Thread Michael Jouravlev
On 11/29/05, Adam Hardy <[EMAIL PROTECTED]> wrote: > Michael Jouravlev on 29/11/05 16:54, wrote: > > Both Struts Dialogs example and DisplayTag library use session-scoped > > data to display in pages. > > I haven't checked out either the struts dialog pagination or the > displaytag, so I'm not sure

Re: paging in struts

2005-11-29 Thread Adam Hardy
Michael Jouravlev on 29/11/05 16:54, wrote: Is any better way of implementing pagination by struts tags.? You can try tag ! You can found it here : http://displaytag.sourceforge.net/ DisplayTag is good, sleek and proven solution. In case you don't want to use DisplayTag, check this manual pa

Re: paging in struts

2005-11-29 Thread Michael Jouravlev
On 11/29/05, Jean-Charles Giardina <[EMAIL PROTECTED]> wrote: > 2005/11/29, Raghuveer <[EMAIL PROTECTED]>: > > Could any one give me information of how to implement paging > > in my struts application that display records by logic:iterate tag. > > > > Is any better way of implementing pagination by

Re: paging in struts

2005-11-29 Thread Jean-Charles Giardina
2005/11/29, Raghuveer <[EMAIL PROTECTED]>: > Could any one give me information of how to implement paging > in my struts application that display records by logic:iterate tag. > > Is any better way of implementing pagination by struts tags.? You can try tag ! You can found it here : http://displa

Re: paging in struts

2005-11-29 Thread ALEX HYDE
I use that. And have a page begin and page end on each request. --- Raghuveer <[EMAIL PROTECTED]> wrote: > > > Could any one give me information of how to > implement paging > in my struts application that display records by > logic:iterate tag. > > Is any better way of implementing paginatio