hello y have one java object like this (the object name is adressesObj:
String name
String surname
List list = new ArrayList()
set/get methods....
 well into the list (arrayList) there are several elements, objects, that
are like the same object (adressesObj)... and eah obj has severeal
objs..........
 there is any method, using struts, for, recursively, to load the obj
values, the name for all addressesObj?
or using jstl?
 can anybody helps me?
thanks

Reply via email to