Author: nbelaevski
Date: 2011-02-18 09:15:24 -0500 (Fri, 18 Feb 2011)
New Revision: 21765
Modified:
trunk/ui/input/ui/src/main/config/faces-config.xml
Log:
Fixed validation errors in faces-config.xml
Modified: trunk/ui/input/ui/src/main/config/faces-config.xml
===================================================================
--- trunk/ui/input/ui/src/main/config/faces-config.xml 2011-02-18 14:12:23 UTC (rev
21764)
+++ trunk/ui/input/ui/src/main/config/faces-config.xml 2011-02-18 14:15:24 UTC (rev
21765)
@@ -14,7 +14,8 @@
FSF site:
http://www.fsf.org. -->
<faces-config version="2.0"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd">
+
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd"
+
xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions">
<component>
<component-type>org.richfaces.InputNumberSlider</component-type>
<component-class>org.richfaces.component.html.HtmlInputNumberSlider</component-class>
@@ -299,14 +300,6 @@
</property-extension>
</property>
<property>
- <property-name>minValue</property-name>
- <property-class>java.lang.String</property-class>
- <default-value>"0"</default-value>
- <property-extension>
- <cdk:generate>true</cdk:generate>
- </property-extension>
- </property>
- <property>
<property-name>onblur</property-name>
<property-class>java.lang.String</property-class>
<property-extension>