Author: alexsmirnov
Date: 2010-12-20 19:08:20 -0500 (Mon, 20 Dec 2010)
New Revision: 20705
Added:
trunk/ui/validator/ui/src/main/java/org/richfaces/view/
trunk/ui/validator/ui/src/main/java/org/richfaces/view/facelets/
trunk/ui/validator/ui/src/main/java/org/richfaces/view/facelets/html/
trunk/ui/validator/ui/src/main/java/org/richfaces/view/facelets/html/ClientValidatorHandler.java
Log:
RESOLVED - issue RF-10063: Switch CSV to RichFaces AJAX behavior
https://issues.jboss.org/browse/RF-10063
Added:
trunk/ui/validator/ui/src/main/java/org/richfaces/view/facelets/html/ClientValidatorHandler.java
===================================================================
---
trunk/ui/validator/ui/src/main/java/org/richfaces/view/facelets/html/ClientValidatorHandler.java
(rev 0)
+++
trunk/ui/validator/ui/src/main/java/org/richfaces/view/facelets/html/ClientValidatorHandler.java 2010-12-21
00:08:20 UTC (rev 20705)
@@ -0,0 +1,43 @@
+/*
+ * $Id$
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc. and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
+ */
+
+package org.richfaces.view.facelets.html;
+
+import javax.faces.view.facelets.BehaviorConfig;
+
+/**
+ * <p class="changed_added_4_0"></p>
+ * @author asmirnov(a)exadel.com
+ *
+ */
+public class ClientValidatorHandler extends AjaxHandler {
+
+ /**
+ * <p class="changed_added_4_0"></p>
+ * @param config
+ */
+ public ClientValidatorHandler(BehaviorConfig config) {
+ super(config);
+ }
+
+}