[
http://issues.apache.org/jira/browse/TOMAHAWK-179?page=comments#action_12402433
]
Bill Schneider commented on TOMAHAWK-179:
-----------------------------------------
Followup:
I was able to get the same behavior pretty trivially by touching TreeState
directly, so makes sense to close this.
I did something like
final String rootId = "0";
treeState = tree.getTreeState();
if (!treeState.isNodeExpanded(rootId)) {
treeState.toggleExpanded(rootId);
}
> tree2 should support expandRoot="true" like tree
> ------------------------------------------------
>
> Key: TOMAHAWK-179
> URL: http://issues.apache.org/jira/browse/TOMAHAWK-179
> Project: MyFaces Tomahawk
> Type: New Feature
> Components: Tree2
> Reporter: Bill Schneider
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira