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.

Reply via email to