Dear All,
I am using Tree2 to create a navigator for editing XML documents where a
given node is edited via XForms using Chiba.
Effectively you have a container JSP which layous out a tree.jsp on the
left and a jsp which
The problem is that when I update the XForm, because it uses Ajax etc,
the tree is an aware of the update having occurred & thus does not update.
Equally were an update to occur I would like the tree to maintain it's
position & not fold itself back up or force the user to scroll back down
to the element they were editing.
In essence I am wondering if it possible to replicate in code clicking
on the treeNode with a mouse as once someone has clicked on the node it
updates perfectly etc.
TIA
Adam