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

Alex Kolonitsky (JIRA) jira-events at lists.jboss.org
Mon Jun 22 11:20:56 EDT 2009


     [ https://jira.jboss.org/jira/browse/RF-5608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Kolonitsky resolved RF-5608.
---------------------------------

    Resolution: Cannot Reproduce Bug
      Assignee: Tsikhon Kuprevich  (was: Alex Kolonitsky)


> 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
>          Components: component-tree
>    Affects Versions: 3.2.2, 3.3.0
>         Environment: 3.2.2.GA, 3.3.0.CR2
>            Reporter: Alexander Dubovsky
>            Assignee: Tsikhon Kuprevich
>            Priority: Optional
>             Fix For: 3.3.2.CR1
>
>
> 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