Vince offered a workaround in the previously in thread:
> You could probably do this by using CFOBJECT to create a Text object
> and storing that as the property value.
I haven't tried it myself, but you should be able to use:
<cfset CreateObject("java",
"com.google.appengine.api.datastore.Text").init() />
To get a GAE datastore text object.
HTH,
.Peter
--
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 !!