Ah sorry, that's the intended behavior… See issue tracker for details.
On Monday, April 14, 2014 10:32:46 AM UTC+2, frank....@interface-projects.de wrote:
-- On Monday, April 14, 2014 10:32:46 AM UTC+2, frank....@interface-projects.de wrote:
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, frank....@interface-projects.de 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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment