There are some different approaches you could use...

But why not make a parent page class where you do it in? And then inherit from that? Or just use a custom session which does it by it self(check out the quickstart project to see how to create a session class).

regards Nino

smithfox wrote:
I have solved the problem with your help.:jumping:
Thanks

But I must set locale in every Page java class.
Is there a uniform configuration to set it?



Eelco Hillenius wrote:
On 8/21/07, Johan Compagner <[EMAIL PROTECTED]> wrote:
then you browser tells wicket that it should use English .
But you can set it yourself: Session.setLocale()
Or if for instance you want to fix the locale to always use a certain
one, use a custom session and set the locale it's constructor.

Eelco

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to