On 12/19/06, Nick Heudecker <[EMAIL PROTECTED]> wrote:
> Are you talking about page mounting?  Take a look at
> mountBookmarkablePage(...) in the Application class.
>
I don't know why but I cannot get it to work,

After I add the map, say
        mountBookmarkablePage("/signup", Registration.class);

If I go to URL:

http://192.168.1.79:8080/wicket/app/signup

then wicket forward me to

http://192.168.1.79:8080/wicket/app/signup?wicket:bookmarkablePage=:com.xxx.base.Logon

And just show the login page instead of registration page

-------------------------------------------------------------------------
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