I'm not sure th above solution will suit me... I was looking for something like "press the SUBMIT button and all the data in the jsp page to fill firstName[], lastName[], etc" in the bean. It works just fine for textboxes; if I have multiple textboxes with the same name on a page and the correspondent method in the bean to receive an array instead of a simple
String, all it's done automatically. With one exception. The radio objects. This is because if multiple radio objects have the same name, only one value will be submitted. I couldn't find a solution for the radio objects.
I would appreciate any help in this direction, I've already spent too much time for this problem.
Best regards,
Adrian
[ March 18, 2002: Message edited by: Adrian Muscalu ]