This content has been marked as final.
Show 2 replies
-
1. Re: JSF 1.2, richfaces 3.3.1, left hand side dynamic panel help needed
ssilvert Aug 24, 2011 8:01 AM (in response to anthonycrane)Without getting too fancy, you could just use the rendered attribute:
<h:commandLink value="#{lhs.abcd}" action="dcba" rendered=#{user.hasPermissionFor_dcba}"/>
Stan
-
2. Re: JSF 1.2, richfaces 3.3.1, left hand side dynamic panel help needed
anthonycrane Aug 26, 2011 4:44 PM (in response to ssilvert)Thanks.. that worked