Re: Editor doesn't show server validation errors

2011-10-19 Thread Jens
After some debugging I found that cloning is the reason why server side validation errors are not pushed to editors. Server side validation creates ConstraintViolation instances with a reference to the validated proxy. But as I have a cloned proxy which gets saved and thus validated the Constra

Editor doesn't show server validation errors

2011-10-18 Thread Jens
In an example project I set up client side validation and server side validation. Both validations work as I receive ConstraintViolation instances if for example a person's name is null. When I call EditorDriver.setConstraintViolations(..) using the violations from client side validation the e