..Thanks that works. Now I have in the JSP-Page checkboxes and textfields. I want to write the two values (test,info) in an Map or Array[][]. How must I do this in the ActionForm?
Thanks Claudia My JSP: <logic:iterate id="item" name="form" property="test"> <html:multibox property="sel"> <bean:write name="item" property="id"/> </html:multibox> <bean:write name="item" property="name"/> <html:text property="info"/> </logic:iterate> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]