1 Reply Latest reply on Oct 22, 2007 12:51 PM by jbuechel

    How to change treeSelection

    ratondeau

      Hi,

      I use the tree model of swing to manipulate the nodes in the background. the model is wrapped by the treenodesadaptor and this is working very well.

      If I select a node and move it up it should remain selected so I have to tell the richfaces tree to select this node instead of the node that was before it.

      How do I mark the representing tree node as selected in the richfaces:tree?
      The tree is already bound to HtmlTree in the backing bean to expand and collopse nodes.

      Regards
      Matt