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

Maurizio Scacchi (JIRA) jira-events at lists.jboss.org
Thu Feb 7 06:23:04 EST 2008


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