ICEfaces
  1. ICEfaces
  2. ICE-2234

Columns doesn't work with CommandSortHeader

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.6.1
    • Fix Version/s: 1.6.2, 1.7DR#3, 1.7
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      n/a
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      wrap commandSortHeader in a div:

      <f:facet name="header">
                            <div>
        <ice:commandSortHeader columnName="#{page1.columnDataModel.rowData}" arrow="true">
        <ice:outputText value="#{page1.columnDataModel.rowData}"/>
        </ice:commandSortHeader>
        </div>
        </f:facet>
      Show
      wrap commandSortHeader in a div: <f:facet name="header">                       <div>   <ice:commandSortHeader columnName="#{page1.columnDataModel.rowData}" arrow="true">   <ice:outputText value="#{page1.columnDataModel.rowData}"/>   </ice:commandSortHeader>   </div>   </f:facet>

      Description

      The commandSortHeader does not work with the columns component In the UIColumns class when doing the processDecodes in the Apply Request Values phase the facet component is being skipped and only the the facet children are being decoded. This skips the commandSortHeader if used

        Activity

        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Assignee Adnan Durrani [ adnan.durrani ]
        Ken Fyten made changes -
        Fix Version/s 1.7 [ 10080 ]
        Ken Fyten made changes -
        Issue Type Bug [ 1 ] Improvement [ 4 ]
        Adnan Durrani made changes -
        Status In Progress [ 3 ] Resolved [ 5 ]
        Fix Version/s 1.7DR#3 [ 10112 ]
        Resolution Fixed [ 1 ]
        Hide
        Adnan Durrani added a comment -

        Trunk - revision 15029
        branch 1.6 - revision 15033

        Show
        Adnan Durrani added a comment - Trunk - revision 15029 branch 1.6 - revision 15033
        Adnan Durrani made changes -
        Status Open [ 1 ] In Progress [ 3 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #15033 Thu Oct 25 17:00:18 MDT 2007 adnan.durrani Backporting fix for ICE-2234 to Branch 1.6
        Files Changed
        Commit graph MODIFY /icefaces/branches/icefaces-1.6/icefaces/component/src/com/icesoft/faces/component/ext/UIColumns.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #15029 Thu Oct 25 16:48:24 MDT 2007 adnan.durrani Fix for ICE-2234 (Columns doesn't work with CommandSortHeader)
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/UIColumns.java
        Ken Fyten made changes -
        Assignee Yip Ng [ yip.ng ] Adnan Durrani [ adnan.durrani ]
        Ken Fyten made changes -
        Fix Version/s 1.6.2 [ 10111 ]
        Assignee Yip Ng [ yip.ng ]
        Philip Breau made changes -
        Field Original Value New Value
        Support Case References https://www.icesoft.ca:4443/supportilla/show_bug.cgi?id=4376
        Philip Breau created issue -

          People

          • Assignee:
            Unassigned
            Reporter:
            Philip Breau
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: