validate() is a function of ValidatorForm

I have written some checking inside validate()
However validate returns ActionErrors.

However can I change it to ActionMessages
so that my checking inside in validate() still valid
when ActionErrors deprecates in the future?

And

Inside validate(),
The 1st statement is
ActionErrors errors = super.validate(mapping, request);

Can I rewrite it to ActionMessages?

Thank you in advance.

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

Reply via email to