Re: Library for Validation in GWT

2015-05-15 Thread MG12
Errai uses bean validation - https://docs.jboss.org/author/display/ERRAI/Data+Binding#DataBinding-Beanvalidation Its very elegant! On Thursday, May 14, 2015 at 9:20:58 AM UTC+2, abdullah wrote: I have an application developed using Pure GWT. Throughout the Application I need to do

Library for Validation in GWT

2015-05-14 Thread abdullah
I have an application developed using Pure GWT. Throughout the Application I need to do validation like email,phone number,SSN or Date validation.Is there any good third party JS or library available to integrate with GWT? -- You received this message because you are subscribed to the Google

Re: Library for Validation in GWT

2015-05-14 Thread Subhrajyoti Moitra
http://www.gwtproject.org/doc/latest/DevGuideValidation.html Try this.. On Thu, May 14, 2015 at 12:50 PM, abdullah mohammedsameen@gmail.com wrote: I have an application developed using Pure GWT. Throughout the Application I need to do validation like email,phone number,SSN or Date