Juan Gabriel Arias wrote:
> 
> Im trying to dinamically show or hide html components, like links,
> buttons,
> etc.
> 

something like:

public class MyPage {
  public MyPage() {
     Link myLink = ...;
     MetaDataRoleAuthorizationStrategy.authorize(myLink, RENDER,
"role1,role2");
  }
}

-- 
View this message in context: 
http://www.nabble.com/hide-show-components---role-based-tf4550513.html#a12991489
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