Author: nbelaevski
Date: 2007-10-21 11:00:21 -0400 (Sun, 21 Oct 2007)
New Revision: 3455
Modified:
trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml
Log:
Legacy ".class" removed from UI config files
Modified: trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml
===================================================================
--- trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2007-10-20 00:34:09
UTC (rev 3454)
+++ trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2007-10-21 15:00:21
UTC (rev 3455)
@@ -68,7 +68,7 @@
<name>suggestionAction</name>
<classname>javax.faces.el.MethodBinding</classname>
<methodargs>
- java.lang.Object.class
+ java.lang.Object
</methodargs>
<description>
<![CDATA[Method calls an expression to get a collection of suggestion
data on request. It must have one parameter with a type of Object with content of input
component and must return any type allowed for <h:datatable> ]]>
Show replies by date