[richfaces-issues] [JBoss JIRA] Commented: (RF-5605) Tree: reRender does not work after drag/Drop operation.
Alexander Dubovsky (JIRA)
jira-events at lists.jboss.org
Mon May 25 07:40:56 EDT 2009
[ https://jira.jboss.org/jira/browse/RF-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12469020#action_12469020 ]
Alexander Dubovsky commented on RF-5605:
----------------------------------------
For verifying after RF-6029 will be fixed
> Tree: reRender does not work after drag/Drop operation.
> -------------------------------------------------------
>
> Key: RF-5605
> URL: https://jira.jboss.org/jira/browse/RF-5605
> 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: Alexander Dubovsky
>
> <rich:tree value="#{custom.data}" var="item">
> <rich:treeNode reRender="label"
> dropListener="#{item.processDrop}"
> dragType="all" acceptedTypes="all">
> <h:outputText value="#{item}" />
> </rich:treeNode>
> </rich:tree>
> <h:outputText id="label" value="#{custom.text}" />
> public void processDrop(DropEvent e) {
> Custom c = (Custom) getManagedBeanFromSession("custom");
> if (c != null) {
> c.setText("!!! item was dropped !!!");
> }
> System.out.println("!!! item was dropped !!!");
> }
> # Open page
> # Drag some node and drop it to another node
> Result: dropListener was called, but text was not rerendered.
--
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