I am a newbie in GWT. Currently using GWT 2.4 for our development project. Now facing a problem with Client side validation due to lack of documentation on Validation.
Now I want to know ‘Is there any Google official validation framework for GWT 2.4?’ [Not code project]. If not, then what are the alternatives + good documentation/tutorial?
Please help.
Thanks in advance.
Good question. I have never heard of native validation support. Try gwt-validation, which is a bean validation framework. They have a demo project and description. It’s not official, of course, but can be helpful. GXT library also provides validation tools, although it is a commercial one.
Hopefully they will eventually decide to merge gwt-validation project into GWT, since it’s a really important issue.