Re: Switching locales with the same link

2008-02-13 Thread Sebastiaan van Erk
, the languages used will be 'en' and 'mt'... - Peter -Original Message- From: Erik van Oosten [mailto:[EMAIL PROTECTED] Sent: 13 February 2008 10:07 To: users@wicket.apache.org Subject: Re: Switching locales with the same link Hi Peter, Yes, you can do this. Suppose the link

Re: Switching locales with the same link

2008-02-13 Thread Martijn Dashorst
On 2/13/08, Korsten, Peter, VF-MT [EMAIL PROTECTED] wrote: Incidentally, the languages used will be 'en' and 'mt'... mt == manager talk? Martijn -- Buy Wicket in Action: http://manning.com/dashorst Apache Wicket 1.3.1 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.1

Re: Switching locales with the same link

2008-02-13 Thread Erik van Oosten
Erik van Oosten wrote: Indeed, that's what I did too. Hmm, but the rest was crap I now see. Anyway, glad it got you on the right track. Erik. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Switching locales with the same link

2008-02-13 Thread Erik van Oosten
Indeed, that's what I did too. Martijn, mt is Maltese, now that's is something you don't see often in the Netherlands :) Erik. Sebastiaan van Erk wrote: Like in the code given, you can just use : HomePage.this.getString(header.versionLanguage) in the anonymous inner class instead of

RE: Switching locales with the same link

2008-02-13 Thread Korsten, Peter, VF-MT
@wicket.apache.org Subject: Re: Switching locales with the same link Like in the code given, you can just use : HomePage.this.getString(header.versionLanguage) in the anonymous inner class instead of using the trick you mention. The reference of the page is *already* passed to the anonymous inner

Re: Switching locales with the same link

2008-02-12 Thread Igor Vaynberg
see http://wicketstuff.org/wicket13/pub/ and http://wicketstuff.org/wicket13/pub2 source is available in wicket-examples project -igor On Feb 12, 2008 8:01 AM, Korsten, Peter, VF-MT [EMAIL PROTECTED] wrote: Hi, I've just started with Wicket, and I'm struggling a bit with the