On Thursday, May 3, 2012 7:14:24 PM UTC+2, W Marsh wrote: > > 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 looks like an known issue that was fixed in February: http://code.google.com/p/google-web-toolkit/source/detail?r=10886 > 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). > You get one for the ValueBoxEditorDecorator and one for the ValueBoxEditor that's "decorated". -- 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/-/WJVYGQzqJnwJ. 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.
