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 wrote: > Hi everyone, > >On Wicket 1.5, what is the best way to achieve

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