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

Reply via email to