I've reproduced this problem and am working on the solution. I'll let you know when I have something for you.
Matt McGinty NAC On Mon, Jan 11, 2010 at 10:34 AM, Nurettin Omer Hamzaoglu <[email protected]> wrote: > 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 !! >
-- 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 !!
