I made that change in my example app and I'm encountering the same issue. 

Here is the commit of my change, also you can checkout the project and run 
it in hosted mode to see how the things are going. 

https://github.com/mgenov/injecting-request-factory/commit/e18e3bbaa70790935c77dc6be2ed5b5ee17ad350

Here is what I'm doing:

Change name of the customer to: "newname"
Hit preview button: Alert is displayed with "newname"
After that when I click the save button, then the server receives 
"customer1", which is the original name of the customer that comes from the 
database (in my case my In memory implementation). 

-- 
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/-/u3VMVIl_UsgJ.
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.

Reply via email to