I actually don't really like the idea I can broke anything with changing
resolver order :(
Maybe it would be possible to modify Wizard?
I believe this change will made it more flexible
WDYT?

On Fri, Dec 11, 2015 at 3:15 AM, Sebastien <seb...@gmail.com> wrote:

> 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 <mgrigo...@apache.org>
> 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
> >
>



-- 
WBR
Maxim aka solomax

Reply via email to