ICEfaces
  1. ICEfaces
  2. ICE-8459

ace:dataTable - commandButton in columnGroup header does not work

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 3.1
    • Fix Version/s: EE-3.0.0.GA_P01, 3.2
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      All
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      Include the commandButton in the header facet.

      <ace:column>
           <f:facet name="header">
                <h:commandButton>
                     <f:ajax>
                </h:commandButton>
           </f:facet >
      </ace:column>
      Show
      Include the commandButton in the header facet. <ace:column>      <f:facet name="header">           <h:commandButton>                <f:ajax>           </h:commandButton>      </f:facet > </ace:column>

      Description

      If an h:commandButton is used in an ace:column that is defined in a columnGroup, the button action/actionListener is not called.

      Sample code:

      <ace:dataTable>
           <ace:columnGroup type="header">
                <ace:row>
                     <ace:column>
                          <h:commandButton>
                               <f:ajax>
                          </h:commandButton>
                     </ace:column>
                </ace:row>
           </ace:columnGroup>
           ....
      </ace:dataTable

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #30552 Mon Aug 20 10:28:29 MDT 2012 nils.lundquist ICE-8459 - Backporting fix to ace:dataTable visitTree.
        Files Changed
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTable.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #30513 Wed Aug 15 16:08:46 MDT 2012 nils.lundquist ICE-8459 - Fixed ColumnGroup column children excluded in visitTree.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTable.java

          People

          • Assignee:
            Nils Lundquist
            Reporter:
            Arran Mccullough
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: