The only features provided in struts are in the <logic:iterate> tag using a
combination of the "length" and "offset" attributes. So for example if you
were showing "pages of ten" and wanted to show the "second page"..

   <logic:iterate  length="10" offset = "10">

Niall

----- Original Message ----- 
From: "Steven Leija" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, April 20, 2004 7:43 PM
Subject: Pagination


> Hello All,
>
> Is there any sort of a util class that is used for pagination already
provided by struts or jakarta?
>
> Thanks!
>
> Steven
>
>


----------------------------------------------------------------------------
----


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



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

Reply via email to