You need to bind the rich:tree to a session scoped variable. So you do something like
this:
| <rich:tree binding="#{myBean.tree}" .. >
|
Then in your session scoped 'myBean' you have a variable 'tree' of type
UITree..
-Dustin
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071398#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...