I have an application I'm working on which will run under both ACF9 and OpenBD. One feature of this application uses jQuery to make AJAX requests to a CFC. With ACF9, adding "returnFormat=JSON" to the query string causes ColdFusion to return the CFC method's result in JSON format. So I look in the OpenBlueDragon manual <http://www.openbluedragon.org/manual/?/webservices_json> to make sure this will work with OpenBD, and discover that instead of "returnFormat", it uses "__BDRETURNFORMAT". Is there a reason why we need to have a different parameter name in OpenBD than in ACF? The same thing applies to returning queries - ACF uses "queryFormat" while OpenBD uses "__BDQUERYFORMAT"

--
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

Reply via email to