You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Altuğ Bilgin Altıntaş <al...@gmail.com> on 2011/01/10 15:55:37 UTC

External resource Bundle + Wicket's resource Bundles

Hi all,

I tried
https://cwiki.apache.org/WICKET/creating-a-custom-resource-locator.html  it
works great but i now i can't reach Wicket's core resource bundles

Are there any way to load external resource bundle and still reaching
Wicket's core resource bundles too.

Thanks.

-- 
*Altuğ*
** <http://www.kodcu.com>

Re: External resource Bundle + Wicket's resource Bundles

Posted by Martin Grigorov <mg...@apache.org>.
I'm not sure in which version this has been improved and I have no the
sources right now.
In case your Wicket version doesn't have the improvement: you need to save
the original list of resource loaders before adding your custom one and
re-add them after that.

2011/1/10 Altuğ Bilgin Altıntaş <al...@gmail.com>

> Hi all,
>
> I tried
> https://cwiki.apache.org/WICKET/creating-a-custom-resource-locator.html it
> works great but i now i can't reach Wicket's core resource bundles
>
> Are there any way to load external resource bundle and still reaching
> Wicket's core resource bundles too.
>
> Thanks.
>
> --
> *Altuğ*
> ** <http://www.kodcu.com>
>