Request mapping question

2012-08-16 Thread Rama Kesara
We have been used Wicket for developing our web applications so far and currently we are trying to tackle one issue where an optional language parameters comes in the url for all applications. We are trying to see how can we customize our applications to have a common page mapper or common

Re: Request mapping question

2012-08-16 Thread Martin Grigorov
Hi, Take a look at https://github.com/apache/wicket/tree/master/wicket-examples/src/main/java/org/apache/wicket/examples/requestmapper and more specifically the usage of LocaleFirstMapper. On Thu, Aug 16, 2012 at 10:19 PM, Rama Kesara rkes...@art.com wrote: We have been used Wicket for

Re: Request mapping question

2012-08-16 Thread Rama Kesara
Thanks Martin, I will take a look and let you know. Martin Grigorov mgrigo...@apache.org wrote: Hi, Take a look at https://github.com/apache/wicket/tree/master/wicket-examples/src/main/java/org/apache/wicket/examples/requestmapper and more specifically the usage of LocaleFirstMapper. On Thu,