I have an array of object in myForm, say, users. Each user has a name, a
password ...
I want to put these fields as <html:text name="user" property="name"
indexed="true"/> and can be submited.
Is there any way to do so with Struts 1.0? or I have to use Struts 1.0.1?

I tried it on Struts 1.0 and got an error:

....editUser.jsp(236,5) Attribute indexed invalid according to the specified
TLD

Thank you for any help.

Reply via email to