5 Replies Latest reply on Apr 16, 2007 5:25 PM by sergeysmirnov

    rich:tab rendered

      Hi, this is just a quick question that probably has nothing to do with rich:tab but I just thought I would check.

      Shouldn't the following work?


      <rich:tab rendered="#{myBean.Category!='cat' || myBean.Category!='CAT' }">


      This below works but the above does not seem to work.

      <rich:tab rendered="#{myBean.Category!='CAT' }">