This is not a known issue. Editing a proxy should return an editable proxy with the exact same properties filled and the exact same values (with the exception that proxies are editable proxies too, recursively)
-- If you can provide a small repro case (and/or debug what's going on), please file a bug.
Also: is this in DevMode (or in the JVM using RequestFactorySource) or in prod mode / SuperDevMode, or both?
On Thursday, April 10, 2014 9:59:25 AM UTC+2, frank....@interface-projects.de wrote:
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