Hi The error seems to be in
onValidate()
Are you using onValidateFromForm() i.e. are you specifying the component
otherwise it will be called for each component.
Also, if you are using validations in the form e.g. validate='required' etc
then you have to check it in onValidate() by using
if(form.getHasErrors()){
return;
}
regards
Taha
On Nov 10, 2011, at 9:36 PM, walidh wrote:
> NullPointer
