You can RequestContext#create an EntityProxy and 
RequestFactoryEditorDriver#edit it right away. This is what DynaTableRf does 
FWIW (see 
SummaryWidget#onCreate<http://code.google.com/p/google-web-toolkit/source/browse/tags/2.1.1/samples/dynatablerf/src/com/google/gwt/sample/dynatablerf/client/widgets/SummaryWidget.java?r=9485#179>,
 
it configures the persist() method invocation but doesn't actually fire the 
request; the dispatched event is handled by the 
PersonEditorWorkflow<http://code.google.com/p/google-web-toolkit/source/browse/tags/2.1.1/samples/dynatablerf/src/com/google/gwt/sample/dynatablerf/client/PersonEditorWorkflow.java?r=9485#62>
 which 
will fire the request in its onSave method)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
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.

Reply via email to