aspose file tools
The moose likes Struts and the fly likes help needed with iterator tag in struts2 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "help needed with iterator tag in struts2" Watch "help needed with iterator tag in struts2" New topic
Author

help needed with iterator tag in struts2

Sam Venkata
Ranch Hand

Joined: Mar 06, 2006
Posts: 68
Hi,
I have three lists in a value object and I need to iterate each of the lists every time. What I mean is that I need to iterate through each of the lists on every iteration. Could any one please help me do that? Right now I can iterate through individual lists using separate iterators.

my code is something like this



I would be grateful if somebody could help me. And also is there an alternate way to do it?

Thanks,
Samanth.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: help needed with iterator tag in struts2
 
Similar Threads
problem with struts2...
iterate over nested ArrayList in struts2
Struts 2 iterate over an arraylist of T.O.
how to start an action from a link...
how to make an iterator iterate only once ?