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, method -
saveClicked()
RequestContext request = editorDriver.flush();
if (editorDriver.hasErrors()) {
return;
}
But it is not throwing any errors, could you please tell me how this
works, and any useful & important links on the same would be great !!
How does .flush & .hasErrors work, and where are they checked in the
code !!
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.