Yeah, in 2.3 validation is a little bit broken, cause it was fully
refactored after GWT 2.2. The things are working well in GWT 2.4-rc1 I
think.
DynaTableRf contains a nice validation example. To check whether JSR-303 is
working, just check that demo project but don't forget to remove this
validation check from PersonEditorWorkflow.java
// Check for errors
if (editorDriver.hasErrors()) {
dialog.setText("Errors detected locally");
// return;
}
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/Mc9rsviUCqAJ.
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.