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

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

          People

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

            Dates

            • Created:
              Updated:
              Resolved: