Has anyone used <logic:iterator> to display a list of records, and
corresponding list navigation links at the bottom?
For instance, I have an Iteration of DataObjects that I can list through
with the following code:
while (iteratorName.hasNext()) {
dataObject = (DataObject)iteratorName.next();
out.println(dataObject.getName());
}
I'm assuming I can do this with the Iterator tag, however, I would also like
to display the following at the bottom of the list:
First | 1-10 | 11-20 | 20-30 | Last
Where there are 30 records returned.
Any ideas?
Thanks,
Matt
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
- ActionForm/Action with edit mode John Hogan
- Re: ActionForm/Action with edit mode Ted Husted
- Re: ActionForm/Action with edit mode Craig R. McClanahan
- RE: ActionForm/Action with edit mode Joe Kepley
- Re: Logic Tag Library and (Iterator) List Nav... Matt Raible
- Re: Logic Tag Library and (Iterator) List... Oleg V Alexeev
- Re: Logic Tag Library and (Iterator) ... Matt Raible
- Building Latest version of Strut... Matt Raible
- Re[2]: Logic Tag Library and (It... Oleg V Alexeev
- RE: ActionForm/Action with edit mode Hogan, John
- Re: ActionForm/Action with edit mode Ted Husted
- RE: ActionForm/Action with edit mode Hogan, John
- Re: ActionForm/Action with edit mode Ted Husted

