[richfaces-issues] [JBoss JIRA] Commented: (RF-2939) rich:tree expand doesnt work in 3.2.0.GA

Andreas Höhmann (JIRA) jira-events at lists.jboss.org
Wed Apr 2 08:27:40 EDT 2008


    [ http://jira.jboss.com/jira/browse/RF-2939?page=comments#action_12406606 ] 
            
Andreas Höhmann commented on RF-2939:
-------------------------------------

it works in 3.2.0.GA if ajaxSingle="false" *hmmm* ?!

> rich:tree expand doesnt work in 3.2.0.GA
> ----------------------------------------
>
>                 Key: RF-2939
>                 URL: http://jira.jboss.com/jira/browse/RF-2939
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>         Environment: facelets 1.1.14
> myfaces 1.2.2
>            Reporter: Andreas Höhmann
>
> it seems the last node is never expand *but* only in 3.2.0.GA ... 3.1.4/3.1.5-SNAPSHOT is working ...
> tree.xhtml (<my:tree id="foobar" manager="#{bean} .../>) :
> <h:form id="#{id}_form">
>     <rich:tree
>       id="#{id}"
>       binding="#{manager.tree}" 
>       value="#{manager.rootNode}"
>       var="item"
>       nodeFace="#{item.nodeType}" 
>       limitToList="false"
>       ajaxSingle="true"
>       switchType="ajax" 
>       ajaxSubmitSelection="true"
>       toggleOnClick="false" 
>       immediate="false" 
>       showConnectingLines="false"
>       rendered="true"
>       nodeSelectListener="#{manager.onSelect}"
>       changeExpandListener="#{manager.onExpand}"
>       adviseNodeSelected="#{manager.adviseNodeSelected}">
>       ...
> </h:form>
> in the bean's onExpand i log the event ....
> i can't log a "onExpand" event if i click on the last node of the tree / subtree (but sometimes also other nodes not expandable)
> hmmm ... its hard to describe the problem :-/
> any idea?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       




More information about the richfaces-issues mailing list