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

        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

          People

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

            Dates

            • Created:
              Updated:
              Resolved: