Okay, got this working and it wasn't hard. I'm not sure it's very well documented though.
So how do I make validation NOT happen if it happens to be on my "back" action? Hmm... In my validation.xml: <form name="registrationWizardForm"> <field indexedListProperty="user.addresses" property="street1" depends="required" page="2"> <arg0 key="Street Address" resource="false"/> </field> </form> On 5/28/03 9:17 PM, "Jordan Reed" <[EMAIL PROTECTED]> wrote: > I'm trying to figure out how to use the Validator with nested indexed > properties. My basic JSP looks like: > <html:form action="registrationWizardStep2"> > <nested:nest property="user"> > <nested:iterate property="addresses"> > <nested:text property="street1" /> > <nested:text property="street1" indexed="true"/> > </nested:iterate> > </nested:nest> > </html:form> > > So, inside the validation.xml how do I definate a field that will validate > all of these properties on the way in? > > Thanks, > -jdr --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]