Re: What do you do with ActionError in Struts 1.2

2005-08-18 Thread Gaet
use "saveMessages(request, errors);" instead - Original Message - From: "Tuan Jean Tee" <[EMAIL PROTECTED]> To: Sent: Thursday, August 18, 2005 6:06 AM Subject: RE: What do you do with ActionError in Struts 1.2 > David, > > Thank you for the good

RE: What do you do with ActionError in Struts 1.2

2005-08-17 Thread David G. Friedman
write after midnight (my time). Regards, David -Original Message- From: Tuan Jean Tee [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 12:06 AM To: user@struts.apache.org Subject: RE: What do you do with ActionError in Struts 1.2 David, Thank you for the good link. Base on it,

RE: What do you do with ActionError in Struts 1.2

2005-08-17 Thread Tuan Jean Tee
David, Thank you for the good link. Base on it, I have change the code to the following: import javax.servlet.http.HttpServletRequest; import org.apache.struts.action.ActionForm; import org.apache.strut

RE: What do you do with ActionError in Struts 1.2

2005-08-17 Thread David G. Friedman
Tuan, I think you should check out various wiki sections relating to the versions you're using and the one you plan on switching over to. You probably want to scroll down to the section marked "ActionError(s) and ActionMessage(s)" in the page: http://wiki.apache.org/struts/StrutsUpgradeNotes11to1