getResourceSettings.getStringResourceLoaders().add(mine) On Mon, Sep 12, 2011 at 3:30 PM, Mikko Pukki <[email protected]> wrote: > Hi all, > > I encountered a problem while migrating from 1.4.x to 1.5. We have added some > custom StringResourceLoaders > to ResourceSettings in Application's init() like this: > > getResourceSettings().addStringResourceLoader(new > BundleStringResourceLoader("tables")); > > Problem is that IResourceSetting's interface does not include > addStringResourceLoader method anymore. > How are additional StringResourceLoaders added in Wicket 1.5? > > -Mikko > >
-- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
