On Friday, 4 May 2012 09:21:08 UTC+1, Thomas Broyer wrote: > > > 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 >
Brilliant, thanks. > > >> 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". > That makes sense. -- 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/-/Sja03dMsMzAJ. 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.
