ICEfaces
  1. ICEfaces
  2. ICE-4409

RowSelectorEvent doesn't contain all selected rows

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.8
    • Fix Version/s: 1.8.1
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      XP, Tomcat
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.)

      Description

      When using enhancedMultiple="true", just the last selected row will be found in RowSelectorEvent.selectedRows when using CTRL+MouseButton. Due to method signature and documentation, all selected rows are expected.

      - Part of xhtml:
      <ice:rowSelector value="#{item.selected}" multiple="true" enhancedMultiple="true"
      selectionListener="#{simpleTableBean.rowSelectionListener}"/>


      - Part of Bean:
      public void rowSelectionListener(RowSelectorEvent event) {
      ...
      }

      Please note: The enhanced selection itself works as considered, but the event doesn't transport this information.

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #18834 Mon May 04 10:50:10 MDT 2009 adnan.durrani Fix for ICE-4409 (RowSelectorEvent doesn't contain all selected rows)
        Explanation added to the tld and java doc.
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/custom/rowselector-renderer.xml
        Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/RowSelectorEvent.java

          People

          • Assignee:
            Unassigned
            Reporter:
            Stefan Zeller
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: