Apologies if this was sent twice, mail server issues Hi,
I've got a struts application which displays lists of information from a database. I use a action class to retrieve and place the information into a Collection which I then return to a display jsp. Pretty standard stuff. In the jsp page I am using the iterate tag to display the collection. Everything works well, except that the pages were getting a little on the long side, so I though rather than writing pagination code from scratch I'd use James Klicman's pager tag which offered a quick and easy solution. I'm having problems getting the pager tag to work with my page. I can get the example to run without a hitch, but that uses a for-next loop with some code on the page. Has anybody gotten the pager tag to work with an iterate tag and if so can you please send me some sample code. Or, am I better off writing some code into my action classes which pass an offset value, and some display parameters with each request, which I then pass back to the page? Any help would be greatly appreciated. Zoran --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]