> 2010/12/6 Altuğ Bilgin Altıntaş <alt...@gmail.com>:
> You can add css object programatically.
>
> https://cwiki.apache.org/WICKET/including-css-resources.html
>
> altug
>
>

I have to mention that switching off admin functionality by just
adding a css attribute (like "display: none") is not secure.

You should consider a server (means java) based solution. Like adding
a specific component just in case the logged in user has the
permission to access it. Or trigger the visibility by using
isVisible().

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to