> Joe, do u mean checking the field with "validwhen" using
> validation.xml or
> implement the actionForm.validate() ?
> I really want to use the basic struts validation framework instead of
> implementing validate() function to minimize the maintainence cost.


You can do it both ways.

Use validation.xml, but ALSO define your own validate() that checks the
"should I validate property".

All you have to do to get the validation framework to do it's thing is to
call super.vallidate() in your own validate() method.

-Some Other Joe



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

Reply via email to