Hi Martin, > I think Wizard[_lang].properties should be moved to org/apache/wicket/extensions/Initializer[_lang].properties
I didn't know (or absolutely forgot) about Initializer[_lang].properties! It is a better solution IMO, I will change this in AbstractWizard (Wicket jQuery UI)... You're are also right that the problem may arise in Wicket Extensions... If I have time this WE - and if the solution is agreed - I will try to change in Wicket Extension too... Thanks & best regards, Sebastien. On Thu, Dec 10, 2015 at 9:50 PM, Martin Grigorov <[email protected]> wrote: > Hi Maxim, > > The order of the loaders is defined at: > > https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/settings/ResourceSettings.java#L220-L224 > You can redefine it by using #getStringResourceLoaders().clear(); > #getStringResourceLoaders().addAll(betterOrderedList); > > This is a nasty hack! I agree! > > I think Wizard[_lang].properties should be moved > to org/apache/wicket/extensions/Initializer[_lang].properties > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov >
