Hi all! I need to paginate some things and it would be useful to have the
number of the pages like that:

[first/previous] 1,2,3,_4_, 5, 6 [next/last]

The _4_ is the actual_page.

Yeah, is like the display:table of displaytag but made by myself. I've the
stuff between the [] made, and I only need the numbers. How can I print
those numbers with an iterator? (I've the #last_page, #actual_page...
variables created)

I could do it with <% for %> but my bosses don't want. They've forbidden the
use of java code in our jsps ; )
-- 
View this message in context: 
http://www.nabble.com/How-to-print-from-1-to-10-with-struts2-tags--tf4353742.html#a12405613
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to