I have a DynaValidatorForm that holds many items, including an
ArrayList of DynaValidatorForms.  Calling validate() on the main form
works just fine, but how do I get the nested forms to validate?

If I iterate through the ArrayList, and cast them back to a
DynaValidatorForm and then simply call validate on them, I get:

java.lang.NullPointerException at
org.apache.struts.validator.DynaValidatorForm.validate(DynaValidatorForm.java:144)

Any ideas?

J





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to