Monday, January 31, 2011

Re: RequestFactoryEditorDriver example?

Well, I didn't try it myself, but I guess:

MyRequest req = requestFactory.myRequest();
MyProxy proxy = req.create(MyProxy.class);
req.persist().using(proxy);
driver.edit(proxy, req);

On Mon, Jan 31, 2011 at 7:14 PM, George Moschovitis <george.moschovitis@gmail.com> wrote:
One question,

how can I initialize the driver in a 'newObject' scenario, if I don't want to edit an existing object but create a new one instead.

-g.


--
Üdv,
Kriván Bálint

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment