Hi all,
I have a Value Object which contains a static method that returns an
Arraylist within an Arraylist, in the form of
[groupname,Arraylist[eventname , SecurityFunctionVO]]
My concern is how do I loop through the list to get the individual elements like groupname and SecurityFunctionVO Arraylist elements so that I
can populate the ActionForms corresponding property and displAY it in the
JSP page using <logic:iterate> tag.
please respond ASAP.
thanks a lot.