PROBLEM SOLVED - Re: problem with showing ActionMessages

2007-06-20 Thread Aleksandar Matijaca
First of all, thank you all for replying. Jeff you are right, invalid.login was put into the WRONG PROPERTIES file. I moved the projects around, and a new Properties file was created, however, the struts-config.xml was not updated with the location of the new properties file, instead, the old on

Re: problem with showing ActionMessages

2007-06-20 Thread Yoge
Try messages.add(Globals.MESSAGE_KEY,new ActionMessage("invalid.login")); ie use Globals.MESSAGE_KEY instead of ActionMessages.GLOBAL_MESSAGE -- Yoge, AdventNet, Inc. 925-965-6430 [EMAIL PROTECTED] site24x7.com On 6/20/07, Aleksandar Matijaca <[EMAIL PROTECTED]> wrot

Re: problem with showing ActionMessages

2007-06-19 Thread Jeff Amiel
On 6/19/07, Aleksandar Matijaca <[EMAIL PROTECTED]> wrote: All resources keys are available etc... The code looks rightare you sure that the key "invalid.login" is available? I'm pretty sure that the results would be as you see if it was not. Trysomewhere in your jsp. ---