Hi:

I have this odd problem with tree2 which started to occur after I upgraded to a 
Tomahawk 1.1.5 snapshot, a few weeks ago.

My tree contains a root with 37 children, each of these children having one or 
two other children. 

When I display the page I expand all the nodes programmatically by calling 
tree.expandAll();

In my page I have:

                  <t:saveState value="#{bean.treeData}"/>

                  <t:tree2 id="tree1"
                           binding="#{bean.tree}"
                           value="#{bean.treeData}"
                           var="node" varNodeToggler="t"
                           imageLocation="../../images/tree"
                           javascriptLocation="../../js"
                           clientSideToggle="true" >

treeData is a TreeModelBase object.

Now, the problem is that after I post back to the same page, some of the nodes 
are collapsed. The first 16 root children are expanded, the rest are collapsed.

Has anyone seen this?

Thanks

                                
---------------------------------
Make free worldwide PC-to-PC calls. Try the new Yahoo! Canada Messenger with 
Voice

Reply via email to