0 Replies Latest reply on Jul 2, 2007 12:48 AM by hefeng

    How to access UIComponent in Beans?

      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