0 Replies Latest reply on Oct 17, 2007 10:18 AM by stuartm1971

    TreeNodes question

    stuartm1971

      I have an XML structure which I'm viewing using a rich:tree & richTreeNode set. I can show the leaf node values and edit them and the values are automatically updated when submitting the form, which is great. However, I'd like to also be able to view each tags attributes if they exist and be able to edit their value.

      So far I've found it difficult to show these, via the XmlDataNode getAttributes() method, and the input itself can't be clicked on as it expands or collapses the node.

      Does anyone know if there is a way to do this?

      Thanks