RE: struts: error/message handling: saveErrors

2003-07-03 Thread Denis Wang
Thanks a lot. it works for me. Denis -Original Message- From: Varun Garg [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2003 11:55 AM To: 'Struts Users Mailing List' Subject: RE: struts: error/message handling: saveErrors Instead of doing a new ActionErrors I have a func

RE: struts: error/message handling: saveErrors

2003-07-03 Thread Denis Wang
Unfortunately struts does not provide such functionalities, I doubt. Denis -Original Message- From: Jamie M. Guillemette [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2003 11:59 AM To: Struts Users Mailing List Subject: Re: struts: error/message handling: saveErrors we probably need to

RE: struts: error/message handling: saveErrors

2003-07-03 Thread Varun Garg
Mailing List Subject: struts: error/message handling: saveErrors Hello, all, I have the following problem: In ActionA{ ActionErrors errors = new ActionErrors(); errors.add( ActionErrors.GLOBAL_ERROR, new ActionError( "Af

Re: struts: error/message handling: saveErrors

2003-07-03 Thread Jamie M. Guillemette
o: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, July 03, 2003 11:48 AM Subject: struts: error/message handling: saveErrors > Hello, all, > > I have the following problem: > In ActionA{ > > ActionErrors errors

struts: error/message handling: saveErrors

2003-07-03 Thread Denis Wang
Hello, all, I have the following problem: In ActionA{ ActionErrors errors = new ActionErrors(); errors.add( ActionErrors.GLOBAL_ERROR, new ActionError( "Afailed" ) ); saveErrors( request, errors ); } In ActionB{

Re: struts - error message

2001-03-16 Thread Maya Muchnik
You can see examples for this message in ApplicationResourses.properties file. A parameter is passing as {0} for the one parameter. Also see some source code in XxxxAction.java how to pass a message with a parameter.   Dileep John wrote:         hi any one know to set parameterised error messages

struts - error message

2001-03-16 Thread Dileep John
Title: struts - error message hi any one know to set parameterised error messages using  struts. At present  I am able to set  the error messages  like the "username already exists" by using  the property file. But I need to  display  " username Dileep already exists&