rendered does not work properly with rich:column
------------------------------------------------

                 Key: RF-9145
                 URL: https://jira.jboss.org/browse/RF-9145
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-tables
    Affects Versions: 4.0.0.Milestone2
            Reporter: Prabhat Jha
             Fix For: 4.0.0.Milestone3


When I set Rendered to false, only column header does not render but rest of 
data in that column do.

<rich:dataTable id="richDataTable" rendered="true"
                         value="#{model.capitals}"
                         rows="5" 
                         var="record"                          
                          >                                    
                <rich:column id="columnState"
                                         rendered="#{richColumnBean.isRendered}"
                                         >      
                    <f:facet name="header">
                        <h:outputText id="columnHeaderState" value="State" />
                    </f:facet>                    
                    <h:outputText value="#{record.state}" />
                    <f:facet name="footer">
                        <h:outputText id="columnFooterState" value="State" />
                    </f:facet>
                </rich:column>
 </rich:dataTable>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to