Forgive having more questions than answers, but I'm really been enjoying
putting together a real application with Wicket and have been working with
the Wicket-auth code, specifically with annotations.

I have no problem with using 

@AuthorizeInstantiation("ADMIN")

when applied to a page or even a panel

However, the AuthorizeAction doesn't seem to have any effect at all

@AuthorizeAction(action="Component.RENDER", roles={"ADMIN"})

Is there something special I have to do to enable this feature? Any push in
the right direction would be greatly appreciated.


Thanks and regards,
-- 
View this message in context: 
http://www.nabble.com/Wicket-Auth-tf4808151.html#a13756953
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