AjaxExample app shows exactly this scenario and it works fine (and we use this in a production app without any problems). I would compare what AjaxExample is doing to what you're doing and see how they differ.

On Apr 7, 2009, at 11:07 PM, Rukmal Dias wrote:

hi,

When I tried to view a tree structure using wonder's AjaxTree component it does not show nodes in relevant positions. It seems to be not supports for a level 3 nodes. Anyone please tell is this a limitation in Ajax tree or is there a way to get the correct output or is there any better components to use.

TreeStructure : AjaxTree {
 item = currentItem;
 allExpanded = true;
 root = rootNode;
 delegate = delegate;
 id = "ajaxTree";
}

Required tree structure

 Root
 |____Node1
 |        |____Node1_child1
 |        |____Node1_child2
 |
 |____Node2
 |        |___Node2_child1
 |
 |____Node3

The one shows by AjaxTree

 Root
 |____Node1
         |____Node1_child1
         |____Node1_child2
         |____Node2
                 |____Node2_child1
                 |____Node3


Thanks
Rukmal

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/mschrag%40mdimension.com

This email sent to [email protected]


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to