Getting absolute paths an Editor from a Violation picked up from RequestContext onViolation

2011-07-08 Thread will0
I'm using round-trip validation for my entities - i.e. I pick up any violations from RequestContext.onViolation then populate errors in the UI via an EditorVisitor. This mostly works well except I can't figure out how to get absolute paths of sub-editors from a violation. In my EditorVisitor

Re: Getting absolute paths an Editor from a Violation picked up from RequestContext onViolation

2011-07-08 Thread Thomas Broyer
Why aren't you using RequestFactoryEditorDriver#setViolationshttp://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/requestfactory/client/RequestFactoryEditorDriver.html#setViolations(java.lang.Iterable) ? -- You received this message because you are subscribed to the Google

Re: Getting absolute paths an Editor from a Violation picked up from RequestContext onViolation

2011-07-08 Thread will0
I guess because I was using SimpleBeanEditorDriver which doesn't have that method (until 2.4 is released I now see). Thanks for pointing it out. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit