]
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: