[jboss-dev-forums] [Design of JBoss Serialization] - tree2 component retains its state after session invaldation
poojadgupta
do-not-reply at jboss.com
Fri Aug 11 08:48:14 EDT 2006
I am using tree2 component as navigator in my application. The code is as follows:
<t:tree2 id="navMenu"
value="#{NavigationTreeHandler.expandedTreeData}"
binding="#{NavigationTreeHandler.tree}"
var="node"
varNodeToggler="t"
showLines="false"
showNav="false"
showRootNode="false"
preserveToggle="false"
clientSideToggle="false">
The tree works absolutely fine , but it persists its state even after the session has ended. When a new user logs in , instead of initially showing all the nodes collapsed the tree appears in the same state as the previous user had left it. How can I solve this. Need your help urgently
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964602#3964602
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964602
More information about the jboss-dev-forums
mailing list