0 Replies Latest reply on May 7, 2008 10:54 PM by danliang

    Selection AND Drag Listener in rich:tree

    danliang

      I have a tree that requires both a selection listener and drag listener.

      On selection a panel is updated and the nodes should also be draggable (to another panel).

      What is happening is the selection always happens before the drag listener.

      How do I order the events or combat this in another manner?