Skip to:
Doing an AJAX POST to a remote cfc method with:
returnFormat: JSON
Errors with:
Unsupported returnFormat [JSON]. Valid options are 'json', 'wddx', 'xml', and 'plain'
looks like the same applies with the meta data on the function. For example:
<cffunction name="x" access="remote" output="false" returnformat="JSON">
Good catch!
Doing an AJAX POST to a remote cfc method with:
returnFormat: JSON
Errors with:
looks like the same applies with the meta data on the function. For example:
<cffunction name="x" access="remote" output="false" returnformat="JSON">