Re: Reloading ApplicationResources

2005-04-05 Thread James Mitchell
quot;Fogleson, Allen" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, April 05, 2005 10:06 AM Subject: RE: Reloading ApplicationResources Mark, Within struts messageResources are loaded at startup and that's it, they aren't loaded again unless the

RE: Reloading ApplicationResources

2005-04-05 Thread Fogleson, Allen
age(String localeKey, String key) then you just change the struts config to use your messageResourceFactory. Al -Original Message- From: Mark Benussi [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 7:41 AM To: 'Struts Users Mailing List' Subject: Reloading ApplicationRe

Reloading ApplicationResources

2005-04-05 Thread Mark Benussi
Sorry, cant search the archive list as the link seems to have broken. Does anyone know a way I can configure Struts to watch for changes in the application resources? If it is not possible is there a class I can overload to do it manually?