Hi Carlo,

what kind of error/exception do you get when you use "setResponsePage(new ConfirmPage())"? Does it work if you use "setResponsePage( ConfirmPage.class);"

Hi There,

I'm mounting bookmarkable pages in the Wicket Application. For example,

mount("index", IndexPage.class);
mount("confirmPage", ConfirmPage.class);

I'm quite successful when using the following code

setResponsePage(IndexPage.class);

http://localhost:8080/application/index

However,
when I try to use
setResponsePage(new ConfirmPage());

http://localhost:8080/application/?wicket::::<1>::


It doesn't work already.... Is there anyway that I could workaround this?
It appears as something like this.

Thanks
Carlo



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to