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