Thanks for your answers! I found my mistake.
My initWidget(uiBinder.createAndBindUi(this)); came too late in the constructor, after editorDriver = GWT.create(Driver.class); editorDriver.initialize(requestFactory, userEditor); The editor was not initialized at that point and so i got the error. Stupid mistake. Now works without provided=true (I initialized the self provided editor earlier, so the error didnt occur then). -- 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/-/MunSZafxvS0J. 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.
