i'm using editor framework along side request Factory and validations
on server side.
if i try to input a value which does not conform to validation rules i
get an error, however, i re-bind editor (for each edit, i do a ,
GWT.create(Driver), Driver.initilize,Driver.edit(proxy,rf) the errors
on the decorators still remain
i have to to do a Driver.setConstraintViolationsn(New ArrayList()) for
them to be cleared, isn't there a better way?