[richfaces-issues] [JBoss JIRA] Resolved: (RF-2494) Multiple clicks on a particular Tree node doesn't fire nodeSelectListener method for each click (only for the first time)

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Thu Mar 13 10:26:57 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-2494?page=all ]

Nick Belaevski resolved RF-2494.
--------------------------------

    Resolution: Won't Fix

> Multiple clicks on a particular Tree node doesn't fire nodeSelectListener method for each click (only for the first time)
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: RF-2494
>                 URL: http://jira.jboss.com/jira/browse/RF-2494
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.4
>            Reporter: Mareks Malnacs
>
> Here is the problem:
> -construct Tree with recursiveTreeNodesAdaptor, switchType="client" and ajaxSubmitSelection="true"
> -add method binding to nodeSelectListener so that every click on tree node executes some business method (for tests - simple log message displaying clicked node id for example)
> Result:
> -tree is rendered fine, clicks on different node elements in a tree executes specified nodeSelectListener method also fine, BUT when user clicks same tree node twice, nodeSelectListener method is not fired - to get it fired for this particular node again You have to click some other node in a tree and then click back on desired one. Shouldn't  nodeSelectListener be fired on each click on a tree node even though user is clicking on the same node multiple times ?

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