I have a POJO that contains several collections, and a proxy providing
access to these collections.  I am able to download the data to the
client and access it in a read-only fashion quite easily.

However, if I call edit on the client side proxy, and then call a
persist type method on that proxy, I find that the setters for all of
the collections are being called, even though I don't actually call
any methods between calling edit on the proxy and sending it to the
server to be persisted.

I don't understand why this is happening.  Hopefully someone can
enlighten me.

Thanks!
Ryan

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to