this is not how wicket works. bookmarkable urls are entry points, but once you change the state of the page you have to keep track of that instance somehow - that is what :12: is in that url - a wicket page id. so once you change the state of any page it is no longer bookmarkable and thus cannot have a ncie url.
-igor On 8/16/07, wicket user <[EMAIL PROTECTED]> wrote: > > Hi, > > I've just started using Wicket and I've managed to mount pages so that the > urls are cleaned up but for the life of me I can't seem to get it to work > with Wizard pages. Is there a trick to this? > > At the moment it looks like this: > http://localhost:8080/myapp/app/?wicket:interface=:12:::: > > I've tried mounting the wizard page as well as mounting the package that > the > wizard is in but with no luck. > > Many thanks > Simon >
