This content has been marked as final.
Show 1 reply
-
1. Re: tree menu componentState
roniraja Jun 10, 2009 4:41 PM (in response to safa)you can keep the state of the tree in a stateful bean with required scope (session, e.g.).
The rich:tree component offers componentState tag, which you have to bound with according getter/setter-methods of the statful bean. Then the state should be kept across pages.