Gwt client side validations do not appear in decorators?

17 views
Skip to first unread message

Elhanan

unread,
Dec 19, 2011, 9:41:35 AM12/19/11
to google-we...@googlegroups.com
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 ?
Reply all
Reply to author
Forward
0 new messages