Hi guys
I have 6 buttons(4 user related buttons and 2 admin related buttons) in my mxml file on the flex side.
When a USER logs in I want to show him
4 user related buttons and hide 2 admin related buttons
an when ADMIN logs in I want to hide 4 user related buttons
and show 2 admin buttons.
If I use a jsp I can do this pretty easily using spring security tags.
Can I acchieve the same in my mxml file?
Thanks.


Reply With Quote