On Wednesday, December 15, 2010 9:14:03 AM UTC+1, Y2i wrote:
>
> EntityProxyChange.registerForProxyType(...) can be used to get the ID 
> of the persisted object. 
>
> The receiver's 
> EntityProxyChange.Handler<PersonProxy>.onProxyChange(EntityProxyChange<PersonProxy>
>  
>
> event) will be called. 
> event.getWriteOperation() should return PERSIST 
> event.getProxyId() should return the stable id of the proxy. 
>
> This should help with a restful navigation after a successful persist.
>

It returns the "stable id", which you already have with person.stableId().

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