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. If redirected to overridable page, the supervsor will enter the username
and password to authorized the user to enter the EditUserPage
2. Then if validated it will redirect to the page where the suppose to
be..e.g. EditUserPage but this time it will skip checking
3. Any code samples ??? :)

Thanks a lot...Cheers 
-- 
View this message in context: 
http://www.nabble.com/Question-on-Authentication-tp16951117p16951117.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