Hi, This is a classic requirement. I have this table, in a JSP, that I have created with the <table> html tag and that i have filled using the <s:iterator>. This <s:iterator> tag iterates over an ArrayList defined in my action. There are too many lines and I need to add some pagination functionality to it. What solutions are out there and which one do you recommend ? Thanks for your feedback.

