I just finished replacing the text strings with language key strings in my application's JSPs.

We're using Spring MVC which has a 'ReloadableResourceBundleMessageSource' class, configurable to monitor the state of the ApplicationResources.properties file.

It meant the .properties file was reloaded every second and I was able to treat it like a JSP without redeploying.

I'm working on a second project in struts and was wondering if anybody had implemented something similar?

The key issue with the Spring class is that it works with the .properties file in WEB-INF, as opposed to on the classpath.


Regards
Adam



PS there's a broken link on http://struts.apache.org/1.x/userGuide/building_view.html#i18n
to under section 3.2.
http://struts.apache.org/1.x/apidocs/org/apache/struts/util/MessageResources.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to