RE: Error Message Problem (Again)

2005-07-28 Thread BHansard
List" To "Struts Users Mailing List" cc Subject RE: Error Message Problem (Again) Hi, Try the following: Use saveMessages(request, messages) instead of saveErrors(request, errors) And use something like                                   name="mes

RE: Error Message Problem (Again)

2005-07-28 Thread BHansard
avid" <[EMAIL PROTECTED]> "Harland, David" <[EMAIL PROTECTED]> 07/28/2005 08:52 AM Please respond to "Struts Users Mailing List" To "Struts Users Mailing List" cc Subject RE: Error Message Problem (Again) Hi, Try the followi

RE: Error Message Problem (Again)

2005-07-28 Thread Harland, David
] [mailto:[EMAIL PROTECTED] Sent: 28 July 2005 13:35 To: user@struts.apache.org Subject: Error Message Problem (Again) Hi All, Seems this is a constant area of irritation. I am attempting to put an error message into the ActionMessage in an Action Class and redisplay this on a JSP page. This

Error Message Problem (Again)

2005-07-28 Thread BHansard
Hi All, Seems this is a constant area of irritation. I am attempting to put an error message into the ActionMessage in an Action Class and redisplay this on a JSP page. This application is using tiles and is located in a Struts Module. Seems simple enough, but I can't get the darn thing to dis