Re: Overlaying a propery definition with > 1 ApplicationResources.properties file

2005-09-07 Thread Gareth Evans
Hi Adam, You can do this by extending the default MessageResourceFactory to load these files. I use this approach in my application to load the messages in from a database. Use the following in your struts-config factory="com.your.MessageResourceFactory" /> Regards, Gareth Adam Lipscombe

Overlaying a propery definition with > 1 ApplicationResources.properties file

2005-09-07 Thread Adam Lipscombe
Folks, We have a standard ApplicationResources.properties file. If customers want customised labels I want to be able to include a 2nd ApplicationResources.properties file that contains only those labels that have been customised. The 2nd label definition should override the 1st (i.e. standard) d