See http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/web/bindery/requestfactory/shared/impl/AbstractRequestContext.java
Actually, passing a proxy to a method implicitly edit()s it (see retainArg, called from addInvocation, called by the generated implementation of your RequestContext methods), that's why you don't see a difference. The diff is then done in in makeOperationMessage, called by makePayloadOperations for each proxy in editedProxies (either create()d, edit()d, or used as an invocatino argument). This is almost the same code as in isChanged, which seems to confirm that what you're seeing is due to http://code.google.com/p/google-web-toolkit/issues/detail?id=5952 -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/6kAODGyxLK8J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
