You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "sean schofield (JIRA)" <de...@myfaces.apache.org> on 2006/11/22 16:10:04 UTC

[jira] Created: (TOMAHAWK-795) rowCount not available for rendering determination

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