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() method in the outter forms validate() method.
Couldn't tell you how you'll get Struts to auto-populate those subforms
though.

MainActionForm{
validate(...){
mySubForm1.validate(...);
mySubForm2.validate(...);
}
}

On 8/2/06, Hanmay Udgiri <[EMAIL PROTECTED]> wrote:
>
> 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
>
>




--
Thanks and Regards
Hanmayya Udgiri

Reply via email to