Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JBoss User Help »

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

scott.stark@jboss.org

2007-08-06


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
_______________________________________________
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user
©2008 junlu.com - Jax Systems, LLC, U.S.A.