Hi to All I am using DynaActions and I came across myself with a problem. In a JSP, I have a Loop, that it writes some times the same part of the Form, as I must validate this? How it is in validation.xml and the Form of struts-config?
In the example, the JSP file: -- <logic:iterate name="MY_OB" id="item" scope="session" indexId="status"> <html:text property="stringObject" size="7" maxlength="6" /> <html:text property="stringObject2" size="7" maxlength="6" /> <html:text property="stringObject3" size="7" maxlength="6" /> </logic:iterate> -- Now, as I place these attributes in the Form and the Validation? -- /** * @author Paulo César M. Jeveaux * Java Consultant * @version 20.0 * http://www.portaljava.com * @deprecated */ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]