Off the top of my head, I would say you will need to write an implementation of ResourceBundle that will reload the properties file if its modified date is greater than the last loaded date. Quite a bit of work. Alternatively, if you have class reloading turned on (using tomcat), try forcing a compile of one of the java classes in your app. It should trigger a reload of the properties file, but I am not 100% positive on that.
john mcnally Juraj Buma wrote: > > Hi ! > > I'm using Turbine 2.1 with my LocalizationTool similar to that one in > Turbine 3 CVS. I'm using it as request tool from my VM templates. My > problem is that whenever I change MyBundle.properties during development > I must restart Turbine to display changes. > Since request tools can be pooled, is solution to implement Recyclable > interface and if so, how? > > Many thanks. > > Juraj. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
