On Tue, Feb 1, 2011 at 2:07 PM, <[email protected]> wrote: > If I understand correctly, the answer to > http://code.google.com/p/google-web-toolkit/issues/detail?id=5892 would > be to do it in user-code? (or at least it would make it possible)
That kind of problem is exactly the reason that the visitor is being made a public part of the API. In the specific case that you describe, access to the RequestContext by the Editor would be necessary with any kind of UI that has an "add" button in it. Since that seems like a problem anybody using RF+Editor would have to deal with, I'll go ahead and bake that into RequestFactoryEditorDriver. -- Bob Vawter Google Web Toolkit Team -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
