Application.getResourceSettings().getLocalizer().clearCache() does that. You can also use the clearLocalizerCache method via jmx, within the Application mbean.
François Le 14 janv. 2013 à 13:11, vijay <[email protected]> a écrit : > Hi All, > > I am using getLocalizer().getString(..,..) to fetch the resource (.property > file) content. > > But it always fetching the content from cache and to get the latest change > in the resource file > have to restart the server again, which is a big issue as we can't start > production server every time on change of property file. > > I had done many heat and trial but not get success :( > > Please suggest to resolve this issue... > > Thanks in advance... > > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Wicket-getLocalizer-getString-Issue-tp4655346.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > 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]
