I have a single page in which to the left there is a t:tree2 and to the center a simple form. I see that when i collapse or decollapse different branches of the tree the form to the right is rebuilded through the class TreeStructureManager (org.apache.myfaces.application).
Every component of the form is re-istanced (see method internalRestoreTreeStructure(TreeStructComponent treeStructComp); unfortunatley i have to add some features once a component is instanced, so i would like to write my own TreeStructureManager. How can i register my own class instead of using the default one ? I would like to avoid using ajax and client-side toggler of the t:tree2. Thanks, Gioacchino Mauri

