Re: [gwt-contrib] moving to EntityProxyId

2010-10-05 Thread Ray Ryan
On Wed, Sep 29, 2010 at 2:18 PM, Patrick Julien wrote: > I am trying to migrate to EntityProxyId and all I can get is > > java.lang.AssertionError: encodedId required > When do you get this? What did you call? Presuming you got it by calling stableId on a proxy, where did that proxy come from?

[gwt-contrib] moving to EntityProxyId

2010-09-29 Thread Patrick Julien
I am trying to migrate to EntityProxyId and all I can get is java.lang.AssertionError: encodedId required I can my response from from AbstractRequest.handleResponseText, I do get the response I expect out of the server, but obviously without any kind of encoded id in the payload. I added Entity