Hi, I am migrating my Struts application from 1.1 to 1.2.1. I try to use ActionMessage(s) instead of deprecated ActionError(s). However, the validate() method in ValidatorForm still uses ActionErrors and in some cases, I extend ValidatorForm to write my customized validate() method. How do I deal with that in order to get rid of all the deprecated warnings?
Thanks, Alex _______________________________________________________________________ Do You Yahoo!? Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

