I use the code snippet below to iterate over a List all the time.
To quote from
Struts Guide, "Iterator will iterate over a value. An iterable value can be either of: java.util.Collection, java.util.Iterator, java.util.Enumeration, java.util.Map, array."
Action class has
Form bean has:
JSP: