I have, but in the AbstractPageAuthorizationStrategy, I have skip the
registration.class already. In fact, I need the uri mapping work with
authorization scheme, is it not possible?

And even I remove that AbstractPageAuthorizationStrategy, I still have
this behaviour.

On 12/19/06, Erik van Oosten <[EMAIL PROTECTED]> wrote:
> Perhaps you made Registration protected with some kind of authorization
> scheme?
>
>      Erik.
>
> Carfield Yim schreef:
> > 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
> >
> >
> >
>
> --
> Erik van Oosten
> http://www.day-to-day-stuff.blogspot.com/
>
>
> -------------------------------------------------------------------------
> 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
>

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