Re: Question about property files

2005-06-08 Thread Rutger Heijmerikx
It also works as follows; I have an entry within the struts config file that looks like; And within the package "com.mycompany.resources" i have the resource files; ApplicationResources.properties ApplicationResources_nl.properties This works for me but i know that the application's classpath

RE: Question about property files

2005-06-08 Thread McDonnell, Colm (MLIM)
The properties file should be in the application's classpath, typically under WEB-INF/classes -Original Message- From: Paul Goepfert [mailto:[EMAIL PROTECTED] Sent: 08 June 2005 07:03 To: user@struts.apache.org Subject: Question about property files Just a quick question, I

Question about property files

2005-06-07 Thread Paul Goepfert
Just a quick question, I have written a message resource foor part of my application. I have added the message-resource to my struts configuration. However when I run my web app the properties file is not loaded. I know its the location. Here is my question, where in the web app directo