[richfaces-issues] [JBoss JIRA] Reopened: (RF-765) AJAX Tree attributes

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Tue Apr 8 06:03:54 EDT 2008


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

Ilya Shaikovsky reopened RF-765:
--------------------------------

      Assignee: Nick Belaevski  (was: Tsikhon Kuprevich)
             
changed index2 page to 

    <rich:tree switchType="client" style="width:300px"
               value="#{pathwayBean.pathwayTree}" var="item" treeNodeVar="treeNode"
               nodeFace="#{item.type}" oncomplete="alert('complete 1')" ajaxSubmitSelection="true">
        <rich:treeNode type="library" oncomplete="alert('complete 2')">
            <h:outputText value="#{item.type}"/>
            <h:outputText value="_" />
			<h:outputText value="#{treeNode.data.type}" />
        </rich:treeNode>
        <rich:treeNode type="pathway" oncomplete="alert('complete 3')">
            <h:outputText value="#{item.name}"/>
            <h:outputText value="-" />
			<h:outputText value="#{treeNode.data.name}" />
        </rich:treeNode>
        <rich:treeNode type="organism" oncomplete="alert('complete 4')">
            <h:outputText value="#{item.name}"/>
            <h:outputText value="+" />
			<h:outputText value="#{treeNode.data.name}" />
        </rich:treeNode>
    </rich:tree>

after any node selected - oncomplete from tree fired

> AJAX Tree attributes
> --------------------
>
>                 Key: RF-765
>                 URL: http://jira.jboss.com/jira/browse/RF-765
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.0
>            Reporter: Nick Belaevski
>         Assigned To: Nick Belaevski
>            Priority: Minor
>             Fix For: 3.2.0
>
>
> Tree could ignore common AJAX attributes set on tree, but not on treeNode. Bridging them is required...

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