I'm using GWT 2.5rc2 request factory with GAE1.7, the server side use entity locator to load entity from datastore.
"Fake" entities means entities that are never stored in datastore, only used for transferring entity objects from server to client and vice versa.
Now i have a fake entity sent from server to client side is OK, but from client side to server side the locator will throw exception because it can not find the ID, if i set a random ID for fake entity, it will give exception: The requested entity is not available on the server
Any ideas on how to solve this problem or any workarounds?
ValueProxy? - Thomas Broyer