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
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
2 matches
Mail list logo