You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Anonymous (JIRA)" <de...@myfaces.apache.org> on 2006/03/10 18:34:39 UTC

[jira] Updated: (TOMAHAWK-35) Tree2 setLeaf(false) error

     [ http://issues.apache.org/jira/browse/TOMAHAWK-35?page=all ]

 updated TOMAHAWK-35:
---------------------


> Tree2 setLeaf(false) error
> --------------------------
>
>          Key: TOMAHAWK-35
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-35
>      Project: MyFaces Tomahawk
>         Type: Bug
>   Components: Tree2
>  Environment: Tested in JBoss 4.0.3 with Seam
>     Reporter: Andrew Efremov
>     Assignee: sean schofield

>
> when trying to add nodes to tree2 
> TreeNodeBase tree = new TreeNodeBase("document", node.getName(), node.getId().toString(), false);
> result node have tree.isLeaf() == true;
> the same is when you trying explicitly set Leaf 
> tree.setLeaf(false);
> result node have tree.isLeaf() == true;

-- 
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