[richfaces-issues] [JBoss JIRA] Updated: (RF-3653) <rich:tree> onexpand and oncollapse script not executed

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Wed Jul 30 20:45:26 EDT 2008


     [ https://jira.jboss.org/jira/browse/RF-3653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-3653:
-------------------------------

    Fix Version/s: 3.2.2
                       (was: Future)


> <rich:tree> onexpand and oncollapse script not executed
> -------------------------------------------------------
>
>                 Key: RF-3653
>                 URL: https://jira.jboss.org/jira/browse/RF-3653
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.1
>         Environment: JBoss 4.2.2.GA Ubuntu 8.04 JBoss Seam 2.0.1.GA
>            Reporter: Alex Peelman
>            Assignee: Nick Belaevski
>             Fix For: 3.2.2
>
>
> When I click on a node to expand or collapse the script defined in the oncollapse and onexpand attributes is not executed.
> <rich:tree switchType="ajax"
> 			   id="navigator"
> 	                   value="#{treeNode}" 
> 			   var="navigationNode"
> 			   changeExpandListener="#{treeNavigator.changeExpandListener}"			   			   
> 			   componentState="#{dataComponentState}"
> 			   ajaxSubmitSelection="true"	
> 			   ajaxSingle="true"		   
> 			   oncollapse="loading('sidebar','sidebarStatus')"
> 			   onexpand="loading('sidebar','sidebarStatus')"
> 			   oncomplete="doneLoading('sidebar','sidebarStatus')"
> 			   preserveModel="state"			   
> 			   nodeFace="#{navigationNode.type}"
> 			   selectedClass="selectedNode">
> I replaced the loading('sidebar','sidebarStatus') part with alert('hello world'); to be sure it wasn't the script that failed.

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

        



More information about the richfaces-issues mailing list