Yazid, Without more info, I'd say you are outputting the node variable itself (ie, <t:outputText value="node" /> instead of its appropriate property ( node.identifier or something).
Matt On 12/27/06, yazid <[EMAIL PROTECTED]> wrote:
Hi all; I have a recursive methid wich render a tree (DefaultMutableTreeNode) from a XML doc; each XMl node is mapped on a user object node (name, id). The problem is that the tree is rendred not with the name I've provided, but with a the object name (like :[EMAIL PROTECTED]) wich look like a String rep of java object. Please help. -- View this message in context: http://www.nabble.com/Tobago-%3A-Problem-with-Node-render-tf2886878.html#a8065143 Sent from the MyFaces - Users mailing list archive at Nabble.com.

