[ http://issues.apache.org/jira/browse/MYFACES-618?page=comments#action_12330469 ]
Alexandr Smirnov commented on MYFACES-618: ------------------------------------------ All true, tree2 don't working with RI and server-side state saving. But work with MyFaces and RI with client-side saving. As I see, RI on server side dont invoke saveState/restoreState, but put all view tree into session. Its main difference from other cases - from request to request RI keep same instance of component, but for MyFaces and RI with client state saving every request create new instance with restored state. I have attempt to trace calls in both cases. for MyFaces restoted component have _nodeId property, but in RI case it's null. But I don't undestand full working logik for component. > Tree2 Expand/Collapse Handled By Server does not work (old opened issue > MYFACES-291 still here) > ----------------------------------------------------------------------------------------------- > > Key: MYFACES-618 > URL: http://issues.apache.org/jira/browse/MYFACES-618 > Project: MyFaces > Type: Bug > Components: Tomahawk (RI Compatability) > Versions: 1.1.0 > Environment: Sun RI 1.1 with Tomcat 5.0.28 and Tomahawk 1.1.0 > Reporter: Julien Gomez > > Hi, > It seems that Tree2 issue ( MYFACES-291) is still here, > the Expand/Collapse Handled By Clien works fine, > but the Expand/Collapse Handled By Server does not work, when i click on node > the page refresh but the node is not expanded, > Julien -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
