[ http://issues.apache.org/jira/browse/MYFACES-351?page=all ]
     
sean schofield closed MYFACES-351:
----------------------------------

    Fix Version: Nightly
     Resolution: Fixed

With the new TreeWalker interface you should be able to provide you own 
TreeWalking scheme to navigate the nodes during rendering and decoding.  Its 
complicated to implement but it will free you from relying on the old node 
naming scheme of 0, 0:0, etc.  

Suggestion: Take a look at the new TreeWalkerBase and write your own test cases 
similar to the ones in TreeWalkerBaseTest.

> [tree2] Cannot dynamically add or delete nodes
> ----------------------------------------------
>
>          Key: MYFACES-351
>          URL: http://issues.apache.org/jira/browse/MYFACES-351
>      Project: MyFaces
>         Type: Bug
>   Components: Tomahawk
>     Versions: 1.0.9m9
>  Environment: All
>     Reporter: Jon Travis
>     Assignee: sean schofield
>      Fix For: Nightly
>  Attachments: TestTree2.zip
>
> We need to be able to dynamically add and delete nodes from the
> tree, and have it behave correctly.  Currently if you add or delete nodes, 
> you will
> get into a situation where the server will blow up with a 'duplicate ID' 
> problem.  Our
> application has an explorer view (tree on the left, workspace on the right).  
> Part of the
> app adds new members to the tree, so we need to be able to have this 
> refreshed and
> displayed correctly
> Ideally we would like to be able to use the client side feature of Tree2, but 
> would use
> server-side if that is all that worked.

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