[ 
http://issues.apache.org/jira/browse/MYFACES-564?page=comments#action_12329833 
] 

Mathias Werlitz commented on MYFACES-564:
-----------------------------------------

some more info:

consider this tree:

<x:tree2 value="#{myTree}" id="tree" var="node" varNodeToggler="t" 
showRootNode="false" clientSideToggle="false">

                <f:facet name="node">
                  <h:commandLink id="navigate" 
actionListener="#{navBean.loadNode}" action="goToSomePage" >
                    .....
                  </h:commandLink>
                </f:facet>

                <f:facet name="root">
                    <h:graphicImage value="/images/root.gif" />
                </f:facet>
....

The ActionListener of the commandlink "navigate" is not called and no 
navigation is done anymore.
It seems as if the whole lifecycle is not run for the components in the "node" 
facet, except render response. Thus the commandlink does not decode and does 
not fire an event.

> tree2 node toggle is alway immediate if server side toggle is used.
> -------------------------------------------------------------------
>
>          Key: MYFACES-564
>          URL: http://issues.apache.org/jira/browse/MYFACES-564
>      Project: MyFaces
>         Type: Bug
>   Components: Tomahawk
>     Reporter: Mathias Broekelmann
>     Assignee: Mathias Broekelmann

>
> if using an input component in a node facet, the processDecode, 
> processValidation, processUpdate methods of nested UIInput component gets 
> called even if the parent node wasn´t expanded.

-- 
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

Reply via email to