Wednesday, May 25, 2011

Re: RequestFactory updating issue: update entity which has fields that are not listed in the proxy interface

RF won't (shouldn't) set the installationDate to null. If it's set to null, it's because when you retrieve the Contract by ID (assuming it's an EntityProxy), i.e. in Contract.findContract static method or a Locator's find method, you retrieve an object that has a null value in installationDate.

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment