How to remove the unwanted ???en_US string from ActionMessages

2005-09-27 Thread Kaizar Amin
Hello all, I am facing a wierd problem in my application. I want to add an ActionMessage in the ACTION (LoginAction) class and then display the message in the JSP page. In the JSP page, the messages are found without a problem (so my ApplicationResources.properties configuration is fine), however

Re: How to remove the unwanted ???en_US string from ActionMessages

2005-09-27 Thread Kaizar Amin
of the ActionMessges.add(...) is the property against which error is being stored or the generic global_error constant. HTH. ATTA On 9/27/05, Kaizar Amin [EMAIL PROTECTED] wrote: Hello all, I am facing a wierd problem in my application. I want to add an ActionMessage in the ACTION