Gwt client side validations do not appear in decorators?
hi..
although i'm not sure it could be related to this http://code.google.com/p/google-web-toolkit/issues/detail?id=6153
what i'm on doing is on the flush method callback i'm making:
Set<ConstraintViolation<EmployeeProxy>> violations = validator.validate(value);
DRIVER.setConstraintViolations(new ArrayList<ConstraintViolation<?>>(violations));
now following the debug path, i think i see the error label begin updated, but it doesn't show it on the screen,
i do see the errors collection from the driver, could the fix broke something ?
--
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/-/sBADPQzArXcJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home