[richfaces-issues] [JBoss JIRA] Created: (RF-5608) Tree : ajaxSingle doesn not keep its state if was defined via el-expression.

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Thu Jan 8 10:13:04 EST 2009


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

        



More information about the richfaces-issues mailing list