You could extend DynaValidatorForm and override the validate() method in the
DynaValidatorForm:
public ActionErrors validate(ActionMapping mapping,
HttpServletRequest request) {
if (---?????????---) {
return super.validate(mapping, request);
}
}
Niall
----- Original Message -----
From: "Frank Schaare" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 31, 2004 2:12 PM
Subject: Switching validation on | off
> Hi,
>
> i have a dynaValidatorForm declared with validate="true". Under certain
> conditions, i�d like to turn validation off. Is there any chance to achive
this
> on the fly ?
>
> --
> +++ NEU bei GMX und erstmalig in Deutschland: T�V-gepr�fter Virenschutz
+++
> 100% Virenerkennung nach Wildlist. Infos: http://www.gmx.net/virenschutz
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]