RE: problem while displaying error message

2005-06-24 Thread Nitin Mandolkar
Have you added you ActionErrors object in request scope. http://struts.apache.org/api/org/apache/struts/action/Action.html Go this link and find the method SaveErrors -ni3 -Original Message- From: Khan [mailto:[EMAIL PROTECTED] Sent: 24 June 2005 10:33 To: user@struts.apache.org Subje

RE: problem while displaying error message

2005-06-24 Thread jacob.willig
First: It seems wrong to tell the user that an id does not exist! It goesd against security conventions! Second.. I think you should do something like this: errors.add(Application.GLOBAL_ERRORS, new ActionError("err.app.login.invalid",txtLoginId )); With your ,messageresource having a line: err