>> What's the error you are getting? I haven't looked at everything but >> the above "name='persons["+i+"]name' />" should be >> "name='persons["+i+"].name' />"
Ooooops. In the original JSP, there is no such mistake ;-)
Rick Reumann a écrit :
Also you will be getting errors when you submit (probably index out of bounds exception)
That's it !
because your intial String[] isn't large enough.
OK, that explains my problem then.
I think if you use a LazyList things will be easier. If you use indexed properties for a String[] things are going to become more tricky (although I think there might a lazy array type also).
Can I use "simple" Lists as well ?
Thanks a lot for the help anyway !
-- Stéphane Zuckerman
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]