Revision: 9444
Author: [email protected]
Date: Wed Dec 15 17:53:36 2010
Log: Edited wiki page BeanValidation through web user interface.
http://code.google.com/p/google-web-toolkit/source/detail?r=9444
Modified:
/wiki/BeanValidation.wiki
=======================================
--- /wiki/BeanValidation.wiki Wed Dec 15 17:44:56 2010
+++ /wiki/BeanValidation.wiki Wed Dec 15 17:53:36 2010
@@ -28,7 +28,7 @@
}}}
-Follow this pattern to create a Validator for the object you want to
validate at runtime. (see
[http://code.google.com/p/google-web-toolkit/source/browse/trunk/samples/validation/src/com/google/gwt/sample/validation/client/SampleValidator.java
SampleValidator.java])
+Follow this pattern to create a Validator for the objects you want to
validate on the client. (see
[http://code.google.com/p/google-web-toolkit/source/browse/trunk/samples/validation/src/com/google/gwt/sample/validation/client/SampleValidator.java
SampleValidator.java])
{{{
public class SampleValidator extends AbstractValidator {
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors