0 Replies Latest reply on Aug 12, 2008 4:58 PM by aweeks

    rich:columns rendered attribute setter/getter not found

    aweeks

      Under 3.2.1, I am getting problems try to use the "rendered" attribute. The errors (and my IDE NB 6.0) indicate that getter method for the rendered attribute cannot be found.

      I have downloaded the source code and searched and cannot find the method.

      Is this a know problem or am I just missing something?

      As always, Thanks in advance for any help or advice.

      Allen

      Below is my page code for the columns tag:

      <rich:columns rendered="#{inventory$InventoryMain.carBased}" value="#{data.dataKeys}" var="hdr" index="ind">
      <f:facet name="header">
      <h:outputText value="#{data.colHeaders[ind]}"/>
      </f:facet>
      <h:outputText value="#{col[hdr]}" />
      <f:facet name="footer">
      <a4j:commandLink action="# {inventory$InventoryMain.goToBOL_action}" value="#{data.bolLinks[ind]}">
      <a4j:actionparam name="bolnum" value="#{data.bolLinks[ind]}"
      assignTo="#{inventory$InventoryMain.bolNumberVal}"/>
      </a4j:commandLink>
      </f:facet>
      </rich:columns>