| Author |
nested logic:iterate
|
Pranav Sharma
Ranch Hand
Joined: Oct 27, 2003
Posts: 254
|
|
I have the following jsp page. resultsList is an ArrayList of object result, which has a name String object and another Arraylist called codes. codes contains String objects. The code below is not loaded, it says "cannot create iterator..". What is wrong?
|
 |
Pranav Sharma
Ranch Hand
Joined: Oct 27, 2003
Posts: 254
|
|
|
Don't bother I figured it out. needed to read up a little about the iterate tag
|
 |
 |
|
|
subject: nested logic:iterate
|
|
|