Gomathi wrote:
Hai,
Is the validator framework is only for dynavalidatorform?
 I am using actionform using validator framework.Its not working fine how?

You need to derive your form beans from ValidatorActionForm, not just ActionForm. DynaValidatorForm extends ValidatorForm, so that should be OK, but if you have custom form beans extending ActionForm you'll need to change them to extend ValidatorForm instead.

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to