[richfaces-issues] [JBoss JIRA] Commented: (RF-2188) tree nodeSelectListener don't work without ajax support

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Thu Feb 7 07:58:04 EST 2008


    [ http://jira.jboss.com/jira/browse/RF-2188?page=comments#action_12398677 ] 
            
Nick Belaevski commented on RF-2188:
------------------------------------

Sure, submit form to server using command link or command button or add JavaScript form subbmission code to client node selection event

> tree nodeSelectListener don't work without ajax support
> -------------------------------------------------------
>
>                 Key: RF-2188
>                 URL: http://jira.jboss.com/jira/browse/RF-2188
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.2
>         Environment: Application server Jboss 4.2.1
> Client Firefox 2.0.0.11
> RichFaces 3.1.2
>            Reporter: Maurizio Scacchi
>            Priority: Critical
>
> <rich:tree style="width:50%" switchType="server" nodeSelectListener="#{myBean.select}">
>        <rich:recursiveTreeNodesAdaptor roots="#{MyBean.sourceRoots}" var="item" nodes="#{item.nodes}" />
> </rich:tree>
> the method myBean.select was called only if add the attribute ajaxSubmitSelection="true", but the request was issued by using AJAX. It is possible to call the myBean.select method whitout AJAX support?

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