1 Reply Latest reply on Mar 30, 2007 10:14 AM by sergeysmirnov

    rendered attribute of rich:column

    liuliu

      hi,

      I have a problem with the rendered attribute of rich:column, when rendered=true, the column is not rendered but the header facet is rendered, is it a bug?

      by the way, i finded in richfaces developpement guide, the component is rendered when rendered attribute is false, it is different from jsf.

       <rich:column rendered="#{DocumentBean.renderCheck }">
       <f:facet name="header">
       <h:outputText value="" />
       </f:facet>
       <h:selectBooleanCheckbox value="#{doc.markedForEtat}">
       <a4j:support event="onclick" action="#{DocumentBean.updateFlag}" reRender="publication" />
       </h:selectBooleanCheckbox>