]
Nick Belaevski resolved RF-10428.
---------------------------------
Resolution: Done
DnD: drop events are sent for all decoded drop targets
------------------------------------------------------
Key: RF-10428
URL:
https://issues.jboss.org/browse/RF-10428
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-drag/drop
Affects Versions: 4.0.0.Milestone6
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Priority: Critical
Fix For: 4.0.0.Milestone6
Add code to the page (dataBean.data should have more than one item):
<a4j:repeat value="#{dataBean.data}">
<a4j:outputPanel id="drp" layout="block"
styleClass="droppable">
drop here!<br />
<dnd:dropTarget id="target"
acceptedTypes="#{dataBean.acceptedTypes}" execute="@form"/>
</a4j:outputPanel>
</a4j:repeat>
Drop to any target -> bunch of events will be triggered.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: