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
124 Regards, David -Original Message- From: Tuan Jean Tee [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 17, 2005 10:14 PM To: user@struts.apache.org Subject: What do you do with ActionError in Struts 1.2 I am learning Struts 1.2 and would like to find out what is the replacement

RE: What do you do with ActionError in Struts 1.2

2005-08-17 Thread David G. Friedman
ache.org/struts/StrutsUpgradeNotes11to124 Regards, David -Original Message- From: Tuan Jean Tee [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 17, 2005 10:14 PM To: user@struts.apache.org Subject: What do you do with ActionError in Struts 1.2 I am learning Struts 1.2 and would like to find out what is the

What do you do with ActionError in Struts 1.2

2005-08-17 Thread Tuan Jean Tee
I am learning Struts 1.2 and would like to find out what is the replacement for ActionError knowing it's deprecated in Struts 1.2 if (firstName == null || firstName.trim().equals("")) { errors.add("firstName", new ActionError("error.cust.firstname.empty")); } Thank you. IMPORTANT - Ple