Re: WebApp Cannot seem to locate Resource Bundle

2006-05-03 Thread Laurie Harper
Do you have the properties file (MessageResources.properties) deployed in the correct directory (com/xxx/i18nMessages) somewhere on your classpath? Either under WEB-INF/classes, or within a jar in WEB-INF/lib? Does the properties file actually contain an entry with the key 'loginEntry.userName

Re: WebApp Cannot seem to locate Resource Bundle

2006-05-02 Thread Pat Slater
I also have a message resource entry in struts-config.xml file: Pat Slater <[EMAIL PROTECTED]> wrote: I have defined Action Servlet configuration in web.xml as: action org.apache.struts.action.ActionServlet application com.xxx.i18nMessages.MessageResources