Hello, I would like to know if it is possible to set the path of the ApplicationResources.properties file without hard-coding it in struts-config.xml. Indeed, I would like to read a property file (whose path is in an environment property) which would contain the path of the ApplicationResources to use. This would allow me to deploy my EAR, and then, without having to re-generate it and re-deploy it, change the ApplicationResources file.
Thanks, Caroline

