0 Replies Latest reply on Jun 29, 2007 5:56 AM by hefeng

    How to access UIComponent in Beans? For example, mapping Tre

      Hello,

      I am new in richfaces. I am wondering is there any why to access the UIComponent in Bean? For example, One bean was used to create the tree dynamically and when a tree node was selected, a table will display properties of that data model of the tree node. How can I realize this ?

      What's I know is from FacesEvent, we can get the UIComponent related the event. Then we can traverse it to find the other UIComponent instance in the HTML page.

      Is that the only way ?

      Thanks in advance!

      Michael