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 have writte