Hello,
I have a problem about authorization.I look at wicket-in-action source code
and implement authorization from there it work well. I use annotation to tag
Pages that is unauthorize. But i just go on circle.Here is my problem:

@OverridablePage
public class EditUserPage extends OverridableProtectedPage 

1. I want to redirect the RestartResponseAtInterceptPageException page to
overridable page not to the homepage?(considering the user is already login)
2. If redirected to overridable page, the supervsor will enter the username
and password to authorized the user to enter the EditUserPage
3. Then if validated it will redirect to the page where the suppose to
be..e.g. EditUserPage
4. Any code samples ??? :)

Thanks a lot...Cheers

-- 
View this message in context: 
http://www.nabble.com/Overridable-Authorization-tp16930329p16930329.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to