You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Hanmay Udgiri <ha...@gmail.com> on 2006/08/01 14:53:05 UTC

Struts form validation

Hi
I have a action form bean class.The action form consists of around another 5
forms.
Each form consists of its own validation.How to call the form validate
method.
One method call
errors = myform2.validate();
errors = myform3.validate();
errors = myform4.validate();
errors = myform5.validate();

Is there any way so that it calls all forms validate method internally????
-- 
Thanks and Regards
Hanmayya Udgiri