On 12/20/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> no, you shouldnt, its really funny that it forwards to your logon page, is
> that your homepage?
>
No, my homepage is other class. And eventually I found the solution, If I do

mountBookmarkablePage("/signup", Registration.class);

Then it forward to login page, but

mountBookmarkablePage("/signup/", Registration.class);

Then it work as expected... I guess wicket is looking for a url
directory like http://localhost:8080/wicket/app/signup/ ??

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to