9 Replies Latest reply on Apr 6, 2007 1:15 PM by nbelaevski

    Branch of tree not refreshing correctly after ajax request

    dcracauer

      Hi,
      I've got drag and drop setup in a way that I can build a tree by dropping items from a palette onto the nodes. When a node is dropped, the ajax request happens, and I add the node to the tree. The tree appears to refresh, but the node does not show up immediately. If i collapse and reopen the node, the new child shows up. Also, if I add another node to the same parent, the first node appears, but not the newest one.

      Is there something I need to do programmatically to prepare the Tree that I might be missing? What else could the problem be?

      Thanks,
      Dave