Re: validate() in ActionForm still uses ActionErrors in 1.2.1

2004-08-20 Thread Niall Pemberton
lidate() in ActionForm still uses ActionErrors in 1.2.1 > 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 >

validate() in ActionForm still uses ActionErrors in 1.2.1

2004-08-19 Thread Alex Lui
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