validation « GWT « Spring Q&A





1. spring roo gwt client side validation    stackoverflow.com

I'm trying to add client side validations in GWT (using Spring too) to the sample expenses project, and in file AbstractProxyEditActivity.java the following is the code

RequestContext request = editorDriver.flush();
if (editorDriver.hasErrors()) ...

2. Adding a custom finder breaks GWT requestfactory validation    forum.springsource.org

Adding a custom finder breaks GWT requestfactory validation Hi all, I'm getting a error when I do "gwt:run" for the following roo script (adding a finder causes the issue) project --topLevelPackage ...

3. Does GWT support include support for validation jsr    forum.springsource.org

Validation Jar? Sorry, I don't understand your question. If you're asking will the GWT support JSR 303 (JavaBean Validation), the short answer is it's on the roadmap for GWT 2.1 and ...

4. Field Validator with GWT and ROO    forum.springsource.org