Does anyone any suggestions for implementing paging with struts? I have
searched the archive and karl basel posted this:

<snip>

There's a good pager taglib at jsptags.com. I've used it in a struts app and
does the job quite well when embedded in the iterate tags.

<logic:iterate>
   <pg:item>
           Item Details
   </pg:item>
</logic:iterate>

<snip>


I have downloaded this pager and the documentation is not providing enough
information on how this works.  Are there any examples out there on how to
do this that I am missing?

-john


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

Reply via email to