Allow user to supply their own tree2 id scheme using new TreeWalker interface
-----------------------------------------------------------------------------

         Key: MYFACES-911
         URL: http://issues.apache.org/jira/browse/MYFACES-911
     Project: MyFaces
        Type: Improvement
  Components: Tomahawk  
    Versions: 1.1.1    
    Reporter: sean schofield
     Fix For: Nightly


The current HtmlTreeRenderer forces an id naming scheme of  "0", "0:0", "0:1", 
etc. This can be problematic with dynamic trees where the ids of two different 
nodes may end up when nodes are constantly being added and removed in between 
requests.  The new TreeWalker interface will allow users to supply their own 
implementations so they can override the node id algorithm with a custom 
implementation.  

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

Reply via email to