Author: abelevich
Date: 2008-07-21 08:58:49 -0400 (Mon, 21 Jul 2008)
New Revision: 9708
Modified:
trunk/ui/calendar/src/main/config/component/calendar.xml
Log:
MethodBinding => MethodExpression
Modified: trunk/ui/calendar/src/main/config/component/calendar.xml
===================================================================
--- trunk/ui/calendar/src/main/config/component/calendar.xml 2008-07-21 12:57:37 UTC (rev
9707)
+++ trunk/ui/calendar/src/main/config/component/calendar.xml 2008-07-21 12:58:49 UTC (rev
9708)
@@ -104,7 +104,7 @@
</property>
<property>
<name>currentDateChangeListener</name>
- <classname>javax.faces.el.MethodBinding</classname>
+ <classname>javax.el.MethodExpression;</classname>
<description>
MethodBinding representing an action listener method
that will be notified after date selection
Show replies by date