Tree2 documentation fails to describe "identifier" concept
----------------------------------------------------------
Key: TOMAHAWK-924
URL: https://issues.apache.org/jira/browse/TOMAHAWK-924
Project: MyFaces Tomahawk
Issue Type: Bug
Components: Tree2
Affects Versions: 1.1.5-SNAPSHOT
Reporter: Marko Asplund
Priority: Minor
The documentation for the TreeModelBase.getNodeById(String nodeId) method leads
you to believe that you if you assign unique identifiers to TreeNode objects
you can get hold of the TreeNode object by calling getNodeById. The
documentation does not give any clues that it's more of a path than an
identifier that you need to assign the nodes and pass getNodeById. TreeNode and
TreeNodeBase documentation also fail to mention that the identifier needs to
have specific structure.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.