Just one idea:

1-implement your own IStringResourceLoader that reads messages from where
you need
2-register it on Application.init().
e.g. 
getResourceSettings().addStringResourceLoader(GetTextResourceLoader.getInstance());

I see no reason why  <wicket:message> should not work as expected if you do
the above.

Ernesto

On Wed, Mar 17, 2010 at 6:18 AM, Sigmar Muuga <meedi...@gmail.com> wrote:

> Hello, just wanted to ask, if anybody has experiences with combining GNU
> Gettext and Wicket?
>
> Actually I am figuring how to get my project work best with it... what
> should I do r what should I do not....
> Is it possible to use it also  with <wicket:message>?
>
> Sigmar
>

Reply via email to