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 ?
Depending on how dynamic your rules for validating or not are, you may be able to use the DynaValidatorActionForm. The only difference between DVAF and DVF is that DVAF uses the ActionMapping's path value to look up a validation configuration from the commons-validator, while DVF uses the form-bean's name.
If you can't use action paths to signal your validation intentions, then Niall's suggestion is the way to go.
Joe
--
Joe Germuska
[EMAIL PROTECTED]
http://blog.germuska.com
"Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining."
-- Jef Raskin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]