Re: How to Create an ActionError with a text message

2001-08-23 Thread Anthony Xin Chen
Hello Rajan, Copied from other's post: Add in the ApplicationResources.properties file an entry like error.exception = "Exception: {0}". Then when I create the error I use catch (Exception e) { ActionErrors errors = new ActionErrors(); errors.

Re: How to Create an ActionError with a text message

2001-08-22 Thread Rama Krishna
Message - From: "Rajan Gupta" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 22, 2001 3:12 PM Subject: How to Create an ActionError with a text message > ActionError normally takes a key to a property in ApplicationResources > file. But I

How to Create an ActionError with a text message

2001-08-22 Thread Rajan Gupta
ActionError normally takes a key to a property in ApplicationResources file. But I would like to report errors without putting all the errors in the properties file. I would like to continue to use the tag. Is there a way of reporting errors from an Action which can be reported by without putt