You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Abhinav (Cognizant)" <Ab...@cal.cognizant.com> on 2003/05/29 08:58:17 UTC

Indexed Property

In order that my javascript validations run,
I can't have my html field names like name[0], name[1] ...
now I need to have multiple elements in my form with the same name. In this case though,
I wont be able to populate my form bean which has methods setName(int, String)/ getName(int) and attribute name[].

how should I go about it. I am sure someone must have faced a similar situation.

Thanx.