Ondrej Svetlik created TOMAHAWK-1657:
----------------------------------------
Summary: rowCountVar is not available in header/footer
Key: TOMAHAWK-1657
URL: https://issues.apache.org/jira/browse/TOMAHAWK-1657
Project: MyFaces Tomahawk
Issue Type: Bug
Components: Extended Datatable
Affects Versions: 1.1.13, 1.1.10
Environment: Java(TM) SE Runtime Environment (build 1.7.0_09-b05)
Java HotSpot(TM) 64-Bit Server VM (build 23.5-b02, mixed mode)
CentOS release 5.8 (Final)
Reporter: Ondrej Svetlik
Priority: Minor
<t:dataTable var="..." rowCount="rowCount">
<f:facet name="footer>
Row count: #{rowCount}
<h:outputText value="Row count: #{rowCount}" /> <!-- JSP version -->
</f:facet>
<h:column>
Row count: #{rowCount}
<h:outputText value="Row count: #{rowCount}" /> <!-- JSP version -->
</h:column>
</t:dataTable>
In this example, the row count will appear in every row, but not in the footer.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira