I didn' recognize that I've got a private reply on this. So here is
the solution...

if you define your persist method with

public Employee persist() { .... }

and return the new persisted employee object you can modify your
requestFactory interface with

  InstanceRequest<EmployeeProxy, EmployeeProxy> persist();

instead of

  InstanceRequest<EmployeeProxy, Void> persist();

This way you retrieve the newly persisted object through the
requestfactory.



On 5 Jan., 08:37, Daghan <[email protected]> wrote:
> The documentation says you have to use stableID with is a new Interface they
> have defined on the client side
> They claim that the stableID on the proxy is the same before and after the
> object is persisted to the database
>
> Note: I am in the process of implementing this but I am not done yet

-- 
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