Bug in Tree Component
Hi All,
I am facing a problem in the dynamic tree which i created. I had created actionhandler for tree leaf node and actionListener for collapsible nodes but in a particluar case where the user first clicks a tree leaf node and after the tree is reloaded from the server if the user next clicks the collapsible node the actionhandler is invoked instead of actionListener and an execption is thrown which i have pasted below. It seems to me like this is happening because the focus is still on leaf node when the user clicks the collapsible node as the tree uses cookies to track the selected node. It seems like a bug in tree component. Does anybody knows any workaround for this
Exception Handler
Description: An unhandled exception occurred during the execution of the web application. Please review the following stack trace for more information regarding the error.
Exception Details: javax.faces.el.PropertyNotFoundException
Error getting property 'page1' from bean of type javax.faces.component.UIViewRoot
Possible Source of Error:
Class Name: com.sun.faces.el.PropertyResolverImpl
File Name: PropertyResolverImpl.java
Method Name: getValue
Line Number: 107

