Author: atsebro
Date: 2008-08-25 08:08:42 -0400 (Mon, 25 Aug 2008)
New Revision: 10186
Modified:
trunk/ui/tree/src/main/config/component/commonTreeListeners.ent
Log:
RF-4215:Wrong binding type for tree listeners
Modified: trunk/ui/tree/src/main/config/component/commonTreeListeners.ent
===================================================================
--- trunk/ui/tree/src/main/config/component/commonTreeListeners.ent 2008-08-25 11:17:59
UTC (rev 10185)
+++ trunk/ui/tree/src/main/config/component/commonTreeListeners.ent 2008-08-25 12:08:42
UTC (rev 10186)
@@ -2,7 +2,7 @@
<name>dropListener</name>
<property existintag="true" exist="true" el="true"
elonly="true">
<name>binding</name>
- <classname>javax.faces.component.UIComponent</classname>
+ <classname>org.richfaces.dropListener</classname>
<description>The attribute takes a value-binding expression for a component
property of
a backing bean</description>
</property>