Re: Sturts form validation

2006-08-02 Thread Hanmay Udgiri
hi curently i am doing like this only?? but there any other way to call the validate mehtod of all the forms On 8/2/06, Monkeyden <[EMAIL PROTECTED]> wrote: If I understand you correctly If you have references to the "subforms" within an "outter form", just call each subform's validate

Re: Sturts form validation

2006-08-02 Thread Monkeyden
If I understand you correctly If you have references to the "subforms" within an "outter form", just call each subform's validate() method in the outter forms validate() method. Couldn't tell you how you'll get Struts to auto-populate those subforms though. MainActionForm{ validate(...){ myS

Sturts form validation

2006-08-02 Thread Hanmay Udgiri
Hi I have a form which consists of around another 5 forms object. And each form has its own validation.How to call the validate method of the each forms?? -- Thanks and Regards Hanmayya Udgiri