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

2005-09-27 Thread Kaizar Amin
s a key from the > resource file which I assumed "credentails.empty" is. The first parameter > of > the ActionMessges.add(...) is the property against which error is being > stored or the generic global_error constant. > > HTH. > > ATTA > > > > > On

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