2 Replies Latest reply on Aug 16, 2007 1:50 PM by jaydfwtx

    rich:tree & multi-select?

    jaydfwtx

      Is there any plan to add component-level support for multi-selection of nodes in a tree?

      Has anyone figured out a good way to accomplish this without component-level support?

        • 1. Re: rich:tree & multi-select?
          viggo.navarsete

          By "multi-selection of nodes in a tree", do you mean checkboxes next to each node in the tree?

          • 2. Re: rich:tree & multi-select?
            jaydfwtx

            Thanks for the response...

            What I mean is true support for multi selections.

            People are used to being able to do CTRL-click or SHIFT-click a bunch of tree nodes at once, as you can do with Swing or as you see in Windows Explorer. Basically the tree component itself would have built-in support for having multiple nodes selected, not just the last one that was clicked.

            I am currently following the other discussion regarding checkboxes in the tree, as that appears to be an alternate solution. It's not ideal, especially if you want to select a large set of treenodes.