Well, it was something stupid on my part... I had: <cffunction access="remote" name="insert_entity" output="true" returntype="json">
As Alan's example shows. It needs to be: <cffunction access="remote" name="insert_entity" output="false" returntype="any" returnformat="json"> I was missing the returnformat. Ouch. I removed all my JS parsing code, as well as the SerializeJSON (as you pointed out Alan) and all is well. Thanks so much for your help, Rob -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
