Hello Group,
I am facing a problem with <t:tree>
i have a tree which is built using <t:tree> and DefaultTreeModel , DefaultMutableTreeNode
now i want to do EXPANDALL and COLLAPSEALL functionalities.
I tried a small example with <tree2> in which EXPANDALL is working.
I am using myfaces 1.1 and tomohawk 1.1 .
Can any one give some idea for doing EXPANDALL and COLLAPSEALL functionalities using <tree> components..
P.S: Its not possible to change my complete functionlaity to <tree2> for EXPANDALL / COLLAPSEALL .
so i need to do with <tree> component only.
--
-Sesh

