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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Jun 8 11:34:57 EDT 2009


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

Nick Belaevski updated RF-5608:
-------------------------------

    Fix Version/s: 3.3.2.CR1
                       (was: Future)
         Assignee: Alex Kolonitsky  (was: Nick Belaevski)
         Priority: Optional  (was: Major)


> 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: Alex Kolonitsky
>            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