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
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
2 matches
Mail list logo