Author: lfryc(a)redhat.com
Date: 2011-01-27 10:27:50 -0500 (Thu, 27 Jan 2011)
New Revision: 21282
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richDropTarget/simple.xhtml
Log:
drag-n-drop: pre-automation activities - fixed dropTarget @id (RFPL-992)
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richDropTarget/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richDropTarget/simple.xhtml 2011-01-27
15:20:58 UTC (rev 21281)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richDropTarget/simple.xhtml 2011-01-27
15:27:50 UTC (rev 21282)
@@ -79,7 +79,7 @@
<a4j:outputPanel id="droppable1" layout="block"
styleClass="metamer-droppable" style="border: 3px solid red; float:
left">
<rich:dropTarget
- id="richDropTarget"
+ id="richDropTarget1"
dropValue="#{richDropTargetBean.dropValue}"
dropListener="#{richDropListenerBean.processDragging}"
action="#{richBean.dummyAction}"
Show replies by date