Wddx is the default returntype for BlueDragon JX, and it ignores the returntype="json", So I assume that OpenBd does the same.
The bleeding edge version may have added it by now, but I don't know if the release build has it yet. But you can use JSON or JSONP if you serialize it yourself with functions available at cflib, or just create a string of wddx in your remote method. You will need to create the json string, then return it with: <cfcontent reset="Yes" type="text/plain" variable="#Trim(jsonOutputString)#" /> -- /Kevin Pepperman -- 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 !!
