RE: ActionMessage Handling in the Action Class

2004-10-21 Thread Toby Saville
Yes it did. Thanks for your help, that's been plaguing me for ages! tobes -Original Message- From: David G. Friedman [mailto:[EMAIL PROTECTED] Sent: Friday, October 22, 2004 1:00 PM To: Struts Users Mailing List Subject: RE: ActionMessage Handling in the Action Class Toby, Doe

RE: ActionMessage Handling in the Action Class

2004-10-21 Thread David G. Friedman
ginal Message- From: Toby Saville [mailto:[EMAIL PROTECTED] Sent: Thursday, October 21, 2004 10:49 PM To: Struts Users Mailing List Subject: ActionMessage Handling in the Action Class I am using struts 1.2.4 and im getting a strange problem when I try to handle errors in my action class. If i use

ActionMessage Handling in the Action Class

2004-10-21 Thread Toby Saville
I am using struts 1.2.4 and im getting a strange problem when I try to handle errors in my action class. If i use the following: saveErrors(request, myErrors); return mapping.findForward("failure"); The errors dont get displayed in the error page, infact theyre not even in my request object when