tags:

views:

7

answers:

1

How to map an String arraylist to iterator tag in struts 2

for er: public ArrayList list1 = new ArrayList;

this list1 have to be displayed in jsp using s:iterator give me the syntax

A: 

Have you looked at the tag reference?

http://struts.apache.org/2.1.6/docs/iterator.html

Nate