2 Replies Latest reply on Apr 30, 2010 8:25 AM by abcd1

    insert node inbetween in rich:tree

    abcd1

      Hiii everyone

       

                 In my application i need to insert a new Node inbtween exisint nodes in rich:tree.

       

                 i can add at end of the tree. but is it possilbe to add nodes inbetween.

                 i am using richfaces 3.3.1. It is very urgent for me.

       

      Any Help

      Thanks in advance

        • 1. Re: insert node inbetween in rich:tree
          ilya_shaikovsky

          Tree just reflects your model. So just reconstruct the model as need in your action in order to have a node in proper place.

           

          B.t.w. please use just RichFaces space for the usage questions. Moving thread there.

          • 2. Re: insert node inbetween in rich:tree
            abcd1

            Thanks ilya

            can we modifty the tree modal at runtime.

            because i cannot reconstrut tree everytime.

             

            my requirment  is when i select a node and click a button

            a new node with some date needs to be inserted in between.

             

            also i need to move the nodes up and down.

            is it possible in any way.