Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.1.8-SNAPSHOT
-
None
-
tomcat 6.0.16
java 1.6.0
Description
Given a jsf page with:
<t:commandButton enabledOnUserRole="admin" value="EnabledForAdminButton"/>
This button will get rendered as enabled even if the user's role is not 'admin'.