RE: problem while displaying error message

2005-06-24 Thread Nitin Mandolkar
Subject: problem while displaying error message Hi, Iam using Struts1.0 ActionErrors and ActionError object to store/display errors which is reading the errors from ApplicationResources file. Iam unable to display the error for dynamically generated values. Any idea please. My Code

RE: problem while displaying error message

2005-06-24 Thread jacob.willig
ing a line: err.app.login.invalid={0}, login id does not exits. regards -Original Message- From: Khan [mailto:[EMAIL PROTECTED] Sent: vrijdag 24 juni 2005 11:33 To: user@struts.apache.org Subject: problem while displaying error message Hi, Iam using Struts1.0 ActionErrors and ActionError

problem while displaying error message

2005-06-24 Thread Khan
Hi, Iam using Struts1.0 ActionErrors and ActionError object to store/display errors which is reading the errors from ApplicationResources file. Iam unable to display the error for dynamically generated values. Any idea please. My Code: String txtLoginId = "Manager" ; // txtL