[richfaces-issues] [JBoss JIRA] Resolved: (RF-9145) rendered does not work properly with rich:column

Anton Belevich (JIRA) jira-events at lists.jboss.org
Wed Sep 1 10:19:12 EDT 2010


     [ https://jira.jboss.org/browse/RF-9145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anton Belevich resolved RF-9145.
--------------------------------

    Resolution: Done


> 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
>            Assignee: Anton Belevich
>             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

        


More information about the richfaces-issues mailing list