Re: Localized urls

2013-05-07 Thread Martin Grigorov
Hi, I think you will need to write custom IRequestMapper. I think the Wicket default ones do not support this out of the box. On Fri, May 3, 2013 at 4:29 PM, Bertrand Guay-Paquet wrote: > Has no one ever done this? Any guidelines as to how to implement it? > > > On 01/05/2013 10:29 AM, Bertran

Re: Localized urls

2013-05-03 Thread Bertrand Guay-Paquet
Has no one ever done this? Any guidelines as to how to implement it? On 01/05/2013 10:29 AM, Bertrand Guay-Paquet wrote: Hello, I'd like to localize the urls generated by my app like so: /en/account/settings -> AccountSettingsPage, locale EN /fr/compte/parametres -> AccountSettingsPage,

Localized urls

2013-05-01 Thread Bertrand Guay-Paquet
Hello, I'd like to localize the urls generated by my app like so: /en/account/settings -> AccountSettingsPage, locale EN /fr/compte/parametres -> AccountSettingsPage, locale FR I already have urls prefixed with the locale base on the LocaleFirstMapper from Wicket examples, but they are

Re: Problems localized URLs (https://cwiki.apache.org/WICKET/wicket-and-localized-urls.html)

2011-05-26 Thread Andreas Maza
in the subject of this post for building localized URLs. My problem is not about URL mounting in general, but a specific issue I ran into when used the code provided on the wiki page. regards, andr On 26.05.2011 09:25, Martin Grigorov wrote: Shame! This blog http://day-to-day-stuff.blogs

Re: Problems localized URLs (https://cwiki.apache.org/WICKET/wicket-and-localized-urls.html)

2011-05-26 Thread Martin Grigorov
: > >> For examples with Wicket 1.5 see >> http://www.wicket-library.com/wicket-examples/mappers/en_US >> >> On Wed, May 25, 2011 at 8:22 PM, Andreas Maza >> wrote: >> >> Hello, >>> >>> I am trying to realize localized URLs in my application (us

Re: Problems localized URLs (https://cwiki.apache.org/WICKET/wicket-and-localized-urls.html)

2011-05-26 Thread Andreas Maza
et 1.5 see http://www.wicket-library.com/wicket-examples/mappers/en_US On Wed, May 25, 2011 at 8:22 PM, Andreas Maza wrote: Hello, I am trying to realize localized URLs in my application (using Wicket 1.4.17) as described in the Wicket wiki ( https://cwiki.apache.org/WICKET/wicket-and-loca

Re: Problems localized URLs (https://cwiki.apache.org/WICKET/wicket-and-localized-urls.html)

2011-05-25 Thread Martin Grigorov
For examples with Wicket 1.5 see http://www.wicket-library.com/wicket-examples/mappers/en_US On Wed, May 25, 2011 at 8:22 PM, Andreas Maza wrote: > Hello, > > I am trying to realize localized URLs in my application (using Wicket > 1.4.17) as described in the Wicket wi

Problems localized URLs (https://cwiki.apache.org/WICKET/wicket-and-localized-urls.html)

2011-05-25 Thread Andreas Maza
Hello, I am trying to realize localized URLs in my application (using Wicket 1.4.17) as described in the Wicket wiki (https://cwiki.apache.org/WICKET/wicket-and-localized-urls.html). However, I have problems accessing the pages then - e.g., calling the localization application of the wicket