I guess your DateIntervalProxy is a ValueProxy? When editing a proxy, the RequestFactoryEditorDriver calls .edit() on each proxy it sees (which for ValueProxy-s have the effect of somehow "creating" a new object, hence the PERSIST, and not UPDATE, operation). But it looks like the DateIntervalProxy, despite being sent to the server, isn't actually used (there's no "dateInterval" property in the "P" for the ProgramProxy UPDATE operation, next to the "name":"Yuppi!"), so you're just wasting a little bit of bandwidth by sending the object, but it should work as you're expecting anyway (i.e. not modifying the Program domain object on the server)
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
