Hi I'm trying to run setResponsePage with a class parameter. According to the doc if I run: setResponsePage(MyPage.class)
I should get a bookmarkable url ( http://localhost:8080/?wicket:bookmarkablePage=:com...). When trying the same from scala: setResponsePage(classOf[MyPage]) I get a regular wicket url: http://localhost:8080/?wicket:interface=:2:gohome::ILinkListener:: What I'm trying to do is to get to the home page after signout without getting a "Page expired" error. I'm able to get it by putthing <wicket:link> in the html, but I wonder why setResponsePage doesn't work as expected with scala. Thanks in advance Haim Ashkenazi -- Haim
