I couldn't find a way to the object update properly. I've tried
"writeoutput(googleKey(updateObject))" and see that I get the correct
object from the datastore. But after GoogleWrite it always creates a
new object with different googlekey instead of updating the object
I've read.

updateObject = googleRead(Form.team_key);
updateObject.setTeamName("#Form.team_name#");
updateObject.setCountryID(Form.country_id);
GoogleWrite(updateObject);
-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 mailing list - http://groups.google.com/group/openbd?hl=en

 !! save a network - please trim replies before posting !!

Reply via email to