Yes, I have in my Action subclass.  But, I'm doing the validation in the
ActionForm subclass -- via the validate() method which returns the populated
ActionErrors object (i checked that it is indeed populated) to the
ActionServlet.




-----Original Message-----
From: Tom Servo [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 02, 2001 7:09 AM
To: [EMAIL PROTECTED]
Subject: Re: <html:errors>


And have you done a

saveErrors(request, errors);

in your action (or wherever the validation is occuring)?


--
Posted via jApache.org


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




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

Reply via email to