Hi all. I've marked an Editor up with HasEditorErrors<SomeEntity> so that 
it can receive custom, class-level validations and report the errors 
appropriately.

I'm probably doing this wrong, because I don't get the class-level errors 
passed to the top-level editor. It also gets sub-editor errors passed to it 
(which I'd expect, using ValueBoxEditorDecorator which doesn't consume 
errors) twice each (I certainly wouldn't expect that).

I've attached the full project (for Eclipse) 
here: http://dl.dropbox.com/u/64766626/TestClassLevelConstraints.zip

If anybody familiar with the Editor framework and bean validation in GWT 
could give me some feedback I'd appreciate that. (Also, people stuck with 
trying to integrate bean validation working might find the simple project 
useful. It's a chore to get anything working at this point).

(As an aside, can anybody shed some light on why I'm getting the 
ScriptAssertImpl and URL errors at compile-time? They're not fatal, and I 
can make them disappear by defining my own URL and ScriptAssertImpl 
classes, but am I doing something wrong? I've seen some very old GWT 
discussions where it seemed like that was fixed, but it isn't for me. Wrong 
jars?)

-- 
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/-/RxMfKiozjusJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to