Re: Nested ActionForm Validation

2005-04-08 Thread Jeff Beal
I think the only way you can have one ActionForm reuse another ActionForm is to include the second ActionForm as a property of the first. For example, if you have a standard AddressActionForm that includes validation rules for street, city, state, postal code, etc. you can use this as a property i

Nested ActionForm Validation

2005-04-08 Thread Ciaran Hanley
I am trying to reuse ActionForms within an application but I am unsure how to deal with validation. What I have at the moment is an ActionForm1 which contains a second form ActionForm2. In validation.xml, how do I use the validation for ActionForm2 within the ActionForm1 validation? Can I use it wi