Re: Validation's disappearing messages

2005-04-21 Thread Niall Pemberton
7;" Sent: Thursday, April 21, 2005 10:47 AM Subject: RE: Validation's disappearing messages > Niall > > Thanks, that was an oversight that only happened in my quick mock-up. I now > return the errors object, there is still no chang

RE: Validation's disappearing messages

2005-04-21 Thread Marsh-Bourdon, Christopher
2005 10:46 To: Struts Users Mailing List Subject: Re: Validation's disappearing messages You seem to be returning "null" from the ActioForm's validate method - should be returning the ActionErrors - otherwise they won't get stored in the request under the appropriate ke

Re: Validation's disappearing messages

2005-04-21 Thread Niall Pemberton
You seem to be returning "null" from the ActioForm's validate method - should be returning the ActionErrors - otherwise they won't get stored in the request under the appropriate key. Niall - Original Message - From: "Marsh-Bourdon, Christopher" <[EMAIL PROTECTED]> Sent: Thursday, April

RE: Validation's disappearing messages

2005-04-21 Thread Marsh-Bourdon, Christopher
*/ public void setName(String name) { this.name = name; } } -Original Message- From: Christopher Marsh-Bourdon [mailto:[EMAIL PROTECTED] Sent: 20 April 2005 18:55 To: user@struts.apache.org Subject: Re: Validation's disappearing messages Wil

Re: Validation's disappearing messages

2005-04-20 Thread Christopher Marsh-Bourdon
quot; <[EMAIL PROTECTED]> > Reply-To: "Struts Users Mailing List" > Date: Wed, 20 Apr 2005 13:49:43 -0400 > To: "Struts Users Mailing List" > Subject: RE: Validation's disappearing messages > > Christopher, > > It might help if you include por

RE: Validation's disappearing messages

2005-04-20 Thread Fogleson, Allen
, 2005 11:22 AM To: 'Struts Users Mailing List' Subject: RE: Validation's disappearing messages Paul I am not redirecting. I am wondering whether it is the version of Struts I am on. I think tomorrow I will upgrade to 1.2. However, if anyone has any suggestions (polite), ple

RE: Validation's disappearing messages

2005-04-20 Thread Marsh-Bourdon, Christopher
, Paul C [mailto:[EMAIL PROTECTED] Sent: 20 April 2005 16:56 To: 'Struts Users Mailing List' Subject: RE: Validation's disappearing messages Chris, At first, make sure you are not redirecting. Error messages are request based, and redirection equals two requests and thus the m

RE: Validation's disappearing messages

2005-04-20 Thread Benedict, Paul C
Chris, At first, make sure you are not redirecting. Error messages are request based, and redirection equals two requests and thus the messages are not persisted. -Original Message- From: Marsh-Bourdon, Christopher [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 20, 2005 11:52 AM To: 'S