Tree : ajaxSingle doesn not keep its state if was defined via el-expression.
----------------------------------------------------------------------------

                 Key: RF-5608
                 URL: https://jira.jboss.org/jira/browse/RF-5608
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.2, 3.3.0
         Environment: 3.2.2.GA, 3.3.0.CR2
            Reporter: Alexander Dubovsky
            Assignee: Nick Belaevski
             Fix For: Future


Code:
<rich:tree value="#{custom.data}" var="item">
                                <rich:treeNode ajaxSingle="true"
                                        dragListener="#{item.processDrag}"
                                        dropListener="#{item.processDrop}"
                                        dragType="all" acceptedTypes="all">
                                        <h:outputText value="#{item.value}" />
                                </rich:treeNode>
                        </rich:tree>

# In this case drag/drop is possible normally any node on any node => listeners 
are triggered OK
# Change ajaxSingle="#{true}" and try drag/srop
Result: drag/ drop operation is possible only on itself, i.e. listeners are 
triggered only in case drag node1 and drop it on node1 (itself).

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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to