The child nodes you add must have the attribute that you are using for the label. Or use a labelFunction(). Seeing the raw data usually means the tree does not know what to use for the label.
Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of real_yoni Sent: Monday, November 05, 2007 1:30 PM To: [email protected] Subject: [flexcoders] Treeview - On demand updating of child nodes. Hi, I'm trying to update a tree upon an on click event (so that when a user clicks on a node it access the server and fetch the child nodes). My problem is that when expanding the node I see the raw XML.. does any one knows how to reflect the changes? Thanks, Yoni.

