Hi all...

I am trying to validate a form...

 public XForm extends ValidatorForm{

private YForm[] subForms;

getters..

setters--

}

public YForm extends ValidatorForm{

private String field;

getters..

setters..

}

I need to validate my XForm first validating each YForm in subForms...

I made this overloading de validate method, iterating over subForms and calling 
de validate method of each YForm.. Now, i need to make this validation in the 
client, is there any way to declare in the validation.xml that my XForm sould 
delegate the validation to the subForms YForm???

thanks

Lucas 

                
---------------------------------
 1GB gratis, Antivirus y Antispam
 Correo Yahoo!, el mejor correo web del mundo
 Abrí tu cuenta aquí

Reply via email to