rowCount not available for rendering determination --------------------------------------------------
Key: TOMAHAWK-795 URL: http://issues.apache.org/jira/browse/TOMAHAWK-795 Project: MyFaces Tomahawk Issue Type: Bug Components: Data List Affects Versions: 1.1.5-SNAPSHOT Reporter: sean schofield <t:dataTable .... rowCountVar="rowCount" rendered="#{rowCount > 1}"> does not work as expected. The EL expression always evaluates to false. Workaround: Add a <h:panelGroup rendered="#{rowCount > 1}"> immediately inside the <t:dataList>. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira