Angel Navarro wrote:
Hi,

I have a web application based on Struts 1.3.
I have a problem, I need change resources (internationalition) without stop
the server. It's possible?

You mean you want to be able to update your resource bundles dynamically at run-time? If so, you'll need to define a MessageResourcesFactory in the message-resources section of your struts-config, and have your factory return resource bundles that support whatever update semantics you need.

L.


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

Reply via email to