Can you define variables as the value in struts.properties?

2012-06-18 Thread Miguel Almeida
Lets say I have the following files in my app: - app-DEV.properties - app-PROD.properties - app-TEST.properties I use Spring's jee:jndi-lookup and PropertyPlaceholderconfigurer (see [1]) to achieve a multi-environment setup. All files are in the classpath, but because on each environment I set

Re: Can you define variables as the value in struts.properties?

2012-06-18 Thread Ɓukasz Lenart
2012/6/18 Miguel Almeida mig...@almeida.at: Question: Having multiple environments files, what I really need is struts.custom.i18n.resources=environments/app-${envName}. Can one have this, so only the file that makes sense for that environment is loaded? But you can simply achieve that with