You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Bhaarat Sharma <bh...@gmail.com> on 2010/01/20 20:54:27 UTC

Interceptor to load properties file

I am using this approach to load properties

http://struts.apache.org/2.0.14/docs/how-do-i-set-a-global-resource-bundle.html

I want to load the properties on each request (without turning the devmode =
true).

How should I go about this?

Should I turn ActionGlobalMessagesListener into an interceptor?