1 Reply Latest reply on Sep 11, 2008 2:19 PM by nbelaevski

          DnD+Tree+Seam+Performance

    xnagrien

      Hello All,

      I have a question about perfomance of a DnD drop operation in a rich:tree.

      I am programming some kind of Wizard, all steps of the wizard are in the same conversation. I use facelets, and in the first step of my wizard I use a custom xhtml with a rich:tree inside with DnD to select some elements of the tree.

      When I use component as the first step in the wizard, the performance is really good, but when I move the component to another position in the wizard the performance is really bad (between the moment when I do the drop, and the moment when the dropListener is called there is like 15segs of difference).

      Anyone have some advice of what can be wrong? All the others elements in the conversation can be the cause of the performance problem? Any help is welcome.

      Greetings