2 Replies Latest reply on Jul 12, 2007 5:55 AM by nagaraju.bingi

    RichFaces treeNode

    richchristune05

      Hi
      I have a richfaces tree with treeNodes. When a user selects a node in the tree I need to be able to establish what they have clicked and what it contains. For example
      a
      |
      |-b
      | |-c
      |
      |-d
      |-e

      if the user clicks on the b node i will need to find what children it has.
      Is there anyway to get data from the control and pass it to a nodeList or soemthing?

      Cheers in advance

      Chris