created an issue with a testcase: http://code.google.com/p/google-web-toolkit/issues/detail?id=8674
btw: I'm not sure whether this is really a bug or misuse ... On Thursday, April 10, 2014 9:59:25 AM UTC+2, [email protected] wrote: > > Hi, > > currently i run into some issues using the edit method of the > requestcontext. Look at the following code: > > // track changes > UserSpaceProxy editspace = request.edit(currentspace); > // check if the object returned by edit is different > // getUserLayoutEntries returns a list with annother proxies > if (editspace.getUserLayoutEntries() == null && currentspace. > getUserLayoutEntries() != null) { > > LOG.info("What ?? copying list ...as workarround"); > editspace.setUserLayoutEntries(currentspace.getUserLayoutEntries()); > } > // > > > are there cases where the object returned by edit is'n a full version of > the Proxy ? BTW i'm using GWT 2.6. > > Thank you in advance. > Frank > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
