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 struts tags.?
>
> You can try <display:table> 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 page:
http://struts.sourceforge.net/strutsdialogs/mailreader-subscriptions.html

It explains how paging is done in MailReader application implemented
with Struts Dialogs. You do not have to use Struts Dialogs to make use
of this example.

Both Struts Dialogs example and DisplayTag library use session-scoped
data to display in pages.

Michael.

--
Struts Dialogs: code-behind for Struts
http://struts.sourceforge.net/strutsdialogs

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to