That won't compile.. I guess because AbstractTab doesn't extends Component..


Eelco Hillenius wrote:
> 
> On Nov 26, 2007 6:56 AM, Marieke Vandamme <[EMAIL PROTECTED]> wrote:
>>
>> Hello,
>>
>> Thanks for the idea, but I already tried that..
>> The problem is that the panel is only created when the user clicks on the
>> according tab, which in my case is too late. I don't want the tab to be
>> printed if the user is not authorized.
> 
> Did you try something like:
> 
> @AuthorizeAction(action = Action.RENDER, roles = Roles.ADMIN)
> 
> on the tab?
> 
> Eelco
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/TabbedPanel-%2B-authorization-strategy-tf4875256.html#a13965618
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