RE: Reloading Application.resources (Again)

2004-07-26 Thread Geeta Ramani
: Monday, July 26, 2004 2:48 PM > To: Struts Users Mailing List > Subject: Re: Reloading Application.resources (Again) > > > Well, it does indeed seem to work. The question is whether it leaves > any lingering resources uncollected, but I'm thinking it shouldn't. &

Re: Reloading Application.resources (Again)

2004-07-26 Thread Doug
Well, it does indeed seem to work. The question is whether it leaves any lingering resources uncollected, but I'm thinking it shouldn't. Here's my simple Struts Action that takes parameters for which file to reload and which resources object to reload: public class ReloadMessageResourcesAction

Re: Reloading Application.resources (Again)

2004-07-23 Thread Doug
Anyone? Doug wrote: Yes, I know this has been asked before, and I know it's not a base capability. However, someone posted this solution several months ago, which seems reasonable to me. Can anyone comment on whether there's any reason not to use this approach?