Author: nbelaevski
Date: 2008-08-05 07:28:30 -0400 (Tue, 05 Aug 2008)
New Revision: 9913
Removed:
trunk/ui/state/src/main/config/component/beanValidator.xml
trunk/ui/state/src/main/java/org/richfaces/ui/component/UIBeanValidator.java
trunk/ui/state/src/main/templates/org/richfaces/ui/htmlBeanValidator.jspx
Log:
Validator stuff removed
Deleted: trunk/ui/state/src/main/config/component/beanValidator.xml
===================================================================
--- trunk/ui/state/src/main/config/component/beanValidator.xml 2008-08-05 10:52:02 UTC
(rev 9912)
+++ trunk/ui/state/src/main/config/component/beanValidator.xml 2008-08-05 11:28:30 UTC
(rev 9913)
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
"http://labs.jboss.com/jbossrichfaces/component-config.dtd">
-
-<components>
- <component>
- <name>org.richfaces.ui.BeanValidator</name>
- <family>org.richfaces.ui.BeanValidator</family>
- <classname>org.richfaces.ui.component.html.HtmlBeanValidator</classname>
- <superclass>org.richfaces.ui.component.UIBeanValidator</superclass>
- <description>
- <![CDATA[
- ]]>
- </description>
- <renderer generate="true" override="true">
- <name>org.richfaces.ui.BeanValidatorRenderer</name>
- <template>org/richfaces/ui/htmlBeanValidator.jspx</template>
- </renderer>
- <tag>
- <name>beanValidator</name>
- <classname>org.richfaces.ui.taglib.BeanValidatorTag</classname>
- <superclass>
- org.ajax4jsf.webapp.taglib.HtmlComponentTagBase
- </superclass>
- </tag>
- <!--
- <taghandler>
- <classname>org.ajax4jsf.tag.TestHandler</classname>
- </taghandler>
- -->
- &ui_component_attributes;
- <!--
- <property>
- <name>param</name>
- <classname>java.lang.String</classname>
- <description>
- </description>
- <defaultvalue>"default"</defaultvalue>
- </property>
- -->
- </component>
-</components>
Deleted: trunk/ui/state/src/main/java/org/richfaces/ui/component/UIBeanValidator.java
===================================================================
---
trunk/ui/state/src/main/java/org/richfaces/ui/component/UIBeanValidator.java 2008-08-05
10:52:02 UTC (rev 9912)
+++
trunk/ui/state/src/main/java/org/richfaces/ui/component/UIBeanValidator.java 2008-08-05
11:28:30 UTC (rev 9913)
@@ -1,19 +0,0 @@
-/**
- *
- */
-
-package org.richfaces.ui.component;
-
-import javax.faces.component.UIComponentBase;
-
-/**
- * JSF component class
- *
- */
-public abstract class UIBeanValidator extends UIComponentBase {
-
- public static final String COMPONENT_TYPE = "org.richfaces.ui.BeanValidator";
-
- public static final String COMPONENT_FAMILY =
"org.richfaces.ui.BeanValidator";
-
-}
Deleted: trunk/ui/state/src/main/templates/org/richfaces/ui/htmlBeanValidator.jspx
===================================================================
--- trunk/ui/state/src/main/templates/org/richfaces/ui/htmlBeanValidator.jspx 2008-08-05
10:52:02 UTC (rev 9912)
+++ trunk/ui/state/src/main/templates/org/richfaces/ui/htmlBeanValidator.jspx 2008-08-05
11:28:30 UTC (rev 9913)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<f:root
-
xmlns:f="http://ajax4jsf.org/cdk/template"
- xmlns:c="
http://java.sun.com/jsf/core"
- xmlns:ui="
http://ajax4jsf.org/cdk/ui"
- xmlns:u="
http://ajax4jsf.org/cdk/u"
- xmlns:x="
http://ajax4jsf.org/cdk/x"
- class="org.richfaces.ui.renderkit.html.BeanValidatorRenderer"
- baseclass="org.ajax4jsf.renderkit.AjaxComponentRendererBase"
- component="org.richfaces.ui.component.UIBeanValidator"
- >
- <f:clientid var="clientId"/>
- <div id="#{clientId}"
- x:passThruWithExclusions="value,name,type,id"
- >
- </div>
-</f:root>
\ No newline at end of file