Revision: 9448
Author: [email protected]
Date: Wed Dec 15 22:17:01 2010
Log: Edited wiki page BeanValidation through web user interface.
http://code.google.com/p/google-web-toolkit/source/detail?r=9448

Modified:
 /wiki/BeanValidation.wiki

=======================================
--- /wiki/BeanValidation.wiki   Wed Dec 15 21:26:44 2010
+++ /wiki/BeanValidation.wiki   Wed Dec 15 22:17:01 2010
@@ -47,11 +47,12 @@
 }
 }}}

-
+Include the module for your Validation Provider.
Add _replace-with_ tag in your gwt modle file telling GWT to use the Validator you just defined (see [http://code.google.com/p/google-web-toolkit/source/browse/trunk/samples/validation/src/com/google/gwt/sample/validation/Validation.gwt.xml Validation.gwt.xml])

 {{{
+<inherits name="org.hibernate.validator.HibernateValidator" />
 <replace-with
     class="com.google.gwt.sample.validation.client.SampleValidator">
     <when-type-is class="javax.validation.Validator" />

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to