ICEfaces
  1. ICEfaces
  2. ICE-7575

TDs of first Row from ace:dataTable does not get StyleClass from ace:column directly

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 3.0.RC1
    • Fix Version/s: 3.0
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      Java 1.6, Apache Tomcat 7.0.23
    • Assignee Priority:
      P1

      Description

      As you can see in my example - the content of the first row in wrapped in a div with the CSS class I gave my ace:column instead of just set it to the TD - like it does for the others. I think thats an issue that should be fixed.

      XHTML:
      <ace:dataTable value="#{bean.items}"
      var="item"
      styleClass="table">

        <ace:column styleClass="first">
          <f:facet name="header">
            Header Text
          </f:facet>
          #{item.something}
      </ace:dataTable>

      HTML Output:
      <div class="... table" ...>
      <table>
      <thead>
      <tr>
      <th class="ui-widget-header first">Header Text</th>
      </tr>
      </thead>
      <tbody>
      <tr class="ui-datatable-even">
      <td>
      <div class="first">First Row Something</div>
      </td>
      </tr>
      <tr class="ui-datatable-odd">
      <td class="first">Second Row Something</td>
      </tr>
      <tr class="ui-datatable-even">
      <td class="first">Third Row Something</td>
      </tr>
      </tbody>
      </table>
      </div>

        Activity

        Jan Glaubitz created issue -
        Ken Fyten made changes -
        Field Original Value New Value
        Salesforce Case []
        Fix Version/s 3.0 [ 10241 ]
        Assignee Priority P2
        Assignee Carmen Cristurean [ ccristurean ]
        Ken Fyten made changes -
        Salesforce Case []
        Assignee Priority P2 P1
        Assignee Carmen Cristurean [ ccristurean ] Nils Lundquist [ nils.lundquist ]
        Nils Lundquist made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Nils Lundquist
            Reporter:
            Jan Glaubitz
          • Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: