I am using a server-side Tree2 in a project. Whenever a user expands or collapses a node, the tree always moves back to the very top. Since the tree can be very big for some users, it has become an annoyance for them because they would have to look for the node every single time.
Is there a way to force the tree to remember its position? I thought the param AUTO_SCROLL in web.xml is for this kind of thing, but apparently it is not working. Am I mistaking? -- Jim

