hi..
although i'm not sure it could be related to this
http://code.google.com/p/google-web-toolkit/issues/detail?id=6153what 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 ?