posted 11 years ago
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??