Hi,
Situation : One DynaValidatorForm has a
property of type "java.util.ArrayList" and size is not known in advance
The Arraylist consists
of elements of type "User" which is a simple Javabean and dispayed using
struts:text indexed="true"
Question : How can I get the collection
back as an ArrayList prepopulated back when i submit the data back ....
I want to know a
solution with the least amount of code ...
Please note : I have done google search for
this and there does nto seems to be an "elegant" way of doing this with
DynaValidatorForm
Please help
Regards
Guru