Hi,
<logic:iterate ............ offset="0" length="10">
So you are doing it two times like this. Isn't it ?
<logic:iterate ........... offset="9" length="2">
Mohan
-----Original Message-----
From: Cathy Osekizoglu [mailto:[EMAIL PROTECTED]]
Sent: Saturday, December 14, 2002 1:40 AM
To: Struts Users Mailing List
Subject: logic:iterate, length, offset
Hi:
I have 12 items in a collection. I want to display the first 10 items on the
first page, and the rest 2 items in the next page. How can I control it
using logic:iterate tag. I used length="10" and offset="<%= pagerOffset%>"
as the attribute of logic:iterate. But it only show the first page(first 10
items)---I mean it only iterate over the first 10 items. After that, it
stops iterate. What's wrong? Could you help me out? Thank you for your help.
Regards,
Cathy
---------------------------------
Post your free ad now! Yahoo! Canada Personals
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>