> -----Original Message-----
> From: Mark Kaye 
> 
> Can I use ActionErrors in my actions?  Rather than in my 
> ActionForms?  I have tried but it causes an error.

Actually, I've just tried again and it's still not working but doesn't
now cause an error. Hmm.

What's wrong with this code in my Action?

ActionErrors errors = new ActionErrors();
errors.add("Failure",new ActionError("error.login.id.failure"));

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

Reply via email to