Re: Validating Nested DynaValidator Forms

2005-03-21 Thread Rick Reumann
jelything wrote the following on 3/18/2005 4:58 PM: Thanks for the feedback. Why wouldn't I want to nest forms? Because how are you going to populate them and create them all? For example, imagine the case where you needed to a master detail edit of company employees (granted this might not be

Validating Nested DynaValidator Forms

2005-03-18 Thread jelything
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

Re: Validating Nested DynaValidator Forms

2005-03-18 Thread Rick Reumann
jelything wrote the following on 3/18/2005 1:40 PM: 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