Request mapping

2011-10-20 Thread anantasthana
abc.com/user1/home abc.com/user1/requests so basicaly abc.com/user1/home is the home page for user 1 and abc.com/user1/admin is the the admin page for user 1 any help is welcome. Thanks Anant -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Request-mapping

Re: Request mapping

2011-10-20 Thread Ernesto Reinaldo Barreiro
the home page for user 1 and > abc.com/user1/admin is the the admin page for user 1 > > any help is welcome. > Thanks > Anant > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Request-mapping-tp3923220p392

Re: Request mapping

2011-10-20 Thread anantasthana
Does it work with wicket 1.5 as well?? I know its there till 1.4v -Original Message- From: "Ernesto Reinaldo Barreiro-4 [via Apache Wicket]" Date: Thu, 20 Oct 2011 23:28:31 To: anantasthana Subject: Re: Request mapping Anant, Maybe you can use IndexedParamUrlCodingStrateg

Re: Request mapping

2011-10-20 Thread anantasthana
o Reinaldo Barreiro-4 [via Apache Wicket]" Date: Thu, 20 Oct 2011 23:28:31 To: anantasthana Subject: Re: Request mapping Anant, Maybe you can use IndexedParamUrlCodingStrategy to solve your problem...? Regards, Ernesto On Thu, Oct 20, 2011 at 9:36 PM, anantasthana wrote: > I am trying

Re: Request mapping

2011-10-20 Thread Martin Grigorov
is the home page for user 1 and > abc.com/user1/admin is the the admin page for user 1 > > any help is welcome. > Thanks > Anant > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Request-mapping-tp3923220p3923220.html > Sent from the U

Re: Request mapping

2011-10-20 Thread anantasthana
Thanks martin this is exactly what I was looking for. -Original Message- From: "Martin Grigorov-4 [via Apache Wicket]" Date: Thu, 20 Oct 2011 23:41:54 To: anantasthana Subject: Re: Request mapping Application#getHomePage() can be dynamic: @Override public Class getHomePage

Request mapping question

2012-08-16 Thread Rama Kesara
Second application and it resolves to that SecondPage and does whatever it is supposed to do Now if we have a optional language parameter in the request path, how can we handle request mapping for that case without altering those applications mount options. http://www.abcd.com/fr/firstpage/xyz http:/

Re: Request mapping question

2012-08-16 Thread Martin Grigorov
do > http://www.abcd.com/secondpage/xyz -> goes to Second application and it > resolves to that SecondPage and does whatever it is supposed to do > > Now if we have a optional language parameter in the request path, how can we > handle request mapping for that case without a

Re: Request mapping question

2012-08-16 Thread Rama Kesara
cation and it > resolves to that FirstPage and does whatever it is supposed to do > http://www.abcd.com/secondpage/xyz -> goes to Second application and it > resolves to that SecondPage and does whatever it is supposed to do > > Now if we have a optional language parameter in the re