Re: Dynamic URL path

2011-04-04 Thread Martin Grigorov
mountPage(mountedPage/${dynamicPath}, SomePage.class) Then in SomePage.java: public SomePage(PageParameters params) { StringValue dynamic = params.get(dynamicPath); } On Mon, Apr 4, 2011 at 2:24 AM, Bruno Borges bruno.bor...@gmail.com wrote: Hi everyone, On Wicket 1.5, what is the

Dynamic URL path

2011-04-03 Thread Bruno Borges
Hi everyone, On Wicket 1.5, what is the best way to achieve this: http://localhost/mountedPage/dynamicPath And, within the page mounted at mountedPage, retrieve the dynamicPath value ? Cheers, Bruno Borges www.brunoborges.com.br +55 21 76727099 The glory of great men should always be

dynamic url

2007-12-17 Thread tbt
Hi I'm a newbie to wicket and I'm using a WebSession to log users into my application. When navigating through the pages wicket generates a dynamic url such as http://192.222.7.66:8080/oem?wicket:interface=wicket-1:0:: But if you copy this url and paste it in a seperate tab the inner page

Re: dynamic url

2007-12-17 Thread Alex Jacoby
of the current session, not new sessions. Hope I understood your problem correctly, Alex On Dec 17, 2007, at 4:10 AM, tbt wrote: Hi I'm a newbie to wicket and I'm using a WebSession to log users into my application. When navigating through the pages wicket generates a dynamic url such as http