[jboss-user] [JBoss Seam] - Re: session-scoped rich:tree

dustismo do-not-reply at jboss.com
Mon Aug 6 18:42:01 EDT 2007


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#4071398

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071398



More information about the jboss-user mailing list