This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes nested logic:iterate Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "nested logic:iterate" Watch "nested logic:iterate" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: nested logic:iterate
 
Similar Threads
populating a combo box
logic:present not working??????
struts -- Cannot find bean under name indexedWorkInProgressVO
doubt in Struts application
how to apply continue statement in struts logic:iterate tag