Reputation: 1461
I writing a Struts 2 application. The main operation I'm trying now is to read from the action call a List and display it in the form of a table in the JSP.
I've searched the net and check out a lot of examples, but in vain.
Can someone point out to a good working example?
Upvotes: 0
Views: 250
Reputation: 75906
http://www.roseindia.net/struts/struts2/struts2controltags/iterator-tag.shtml
Upvotes: 1