You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Bill Schneider (JIRA)" <de...@myfaces.apache.org> on 2006/05/16 00:29:08 UTC

[jira] Commented: (TOMAHAWK-179) tree2 should support expandRoot="true" like tree

    [ 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