Re: Need suggestion to load resource properties file dynamically

2007-03-01 Thread Prithivirajan Dhamodharan
Thanks Laurie, Some code eg., or templates would be really helpful.. On 3/2/07, robin bajaj <[EMAIL PROTECTED]> wrote: Hi there, I am looking for similar results (*dynamically load properties file without restarting the server)) >You'll need to implement your own MessageResourcesFactory and

Re: Need suggestion to load resource properties file dynamically

2007-03-01 Thread robin bajaj
Hi there, I am looking for similar results (*dynamically load properties file without restarting the server)) >You'll need to implement your own MessageResourcesFactory and configure > it in struts-config.xml. Your custom factory and/or the resource >bundles > it creates can use whatever logi

Re: Need suggestion to load resource properties file dynamically

2007-03-01 Thread Laurie Harper
Prithivirajan Dhamodharan wrote: Help required to load values in properties file(MessageResources) without restarting/reloading the server. Kindly give your suggestions. You'll need to implement your own MessageResourcesFactory and configure it in struts-config.xml. Your custom factory and/or

Need suggestion to load resource properties file dynamically

2007-02-27 Thread Prithivirajan Dhamodharan
Help required to load values in properties file(MessageResources) without restarting/reloading the server. Kindly give your suggestions.