Uploaded image for project: 'MyFaces Tomahawk'
  1. MyFaces Tomahawk
  2. TOMAHAWK-1657

rowCountVar is not available in header/footer

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.1.10, 1.1.13
    • None
    • Extended Datatable
    • None
    • 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)

    Description

      <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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            osvetlik Ondrej Svetlik
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: