Hi All,
I want to implement nested loop in
Struts please
tell me how can i achieve this by struts tags.
I have a VO called LeadVO which contains a
string and
an array of strings.
First i want to iterate over the size of the collection of the VO objects.
Then for each String i want to iterate over the array of strings.
I tried to look into the logic tags i am not able to get that
please help.