6 Replies Latest reply on Jun 18, 2010 12:01 AM by felipebutcher

    Richfaces logical operators

    mpssantos.mpssantos.gmail.com

      Hello there, im trying to use the AND logical operator on a JSF component but i can't/dont know how. I have tried to use the

      &&

      and
      AND

      operator on the rendered option of the link but it does not work:


      <s:link view="/securedarea/manageUsers.xhtml" value="#{messages['menu.manageUsers']}" rendered="#{identity.loggedIn && LoggedUserInfo.administrator}"



      Can anyone explain me how to use the logical operators on the JSF components?


      Thankx a lot.