On 5/3/2004 10:29 PM, [EMAIL PROTECTED] wrote:
Yes.
Extend the DynaValidator
override the validate method
validate(...) {
ActionErrors errors = super.validate(...);
// do your stuff
if (...) {
errors.add(...);
}
return errors;
}
Pedro Salgado
On 04/05/03
Yes.
Extend the DynaValidator
override the validate method
validate(...) {
ActionErrors errors = super.validate(...);
// do your stuff
if (...) {
errors.add(...);
}
return errors;
}
Pedro Salgado
On 04/05/03 9:40, "Eric Noel" <[EMAIL PROTECTED]> wrote
Is it possible to use both Strut's Validator Framework for some fields
and validate other fields using my own validation via ActionForm class.
If yes, can someone site an example.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
3 matches
Mail list logo