jQuery in Action, 2nd edition
The moose likes GWT and the fly likes GWT  validations Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » GWT
Reply Bookmark "GWT  validations" Watch "GWT  validations" New topic
Author

GWT validations

Ravi kapa
Ranch Hand

Joined: Jan 05, 2012
Posts: 73
Hi All,

Iam using gwt framework for my project now i need to do client side validation i fallowed google example but its not working...the fallowing code i used for validation..


ECT.gwt.xml
-----------------

<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='ECT'>


Validations.java
-----------------------



MessageDTO.java
-------------------------


corsponding setters and getters methods



Can anybody tell me what is the problem??
anish reddy
Ranch Hand

Joined: Apr 19, 2008
Posts: 72
in gwt can any one give tips/ideas to validate ascii and prevent non ascii
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: GWT validations
 
Similar Threads
GWT and Hibernate - Issue with Dom4j
Can't display validation error message
validation using struts annotation
GWT servlet works fine in Eclipse, fails to be reached in tomcat and virgo tomcat
Inheriting Modules with GWT - Source Code Not Found