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]

Reply via email to