Skip to content

Instantly share code, notes, and snippets.

@65
Created March 8, 2012 07:53
Show Gist options
  • Save 65/1999495 to your computer and use it in GitHub Desktop.
Save 65/1999495 to your computer and use it in GitHub Desktop.
ColdFusion 8 - Ajax Debugger
<cfform>
<cftree name="dirtree" format="html">
<cftreeitem bind="cfc:dirtree.getDirEntries({cftreeitempath}, {cftreeitemvalue})">
</cftree>
</cfform>
info:widget: Fetching data for autosuggest id: artname2 , current value: 'ma'
info:LogReader: LogReader initialized
info:global: Logger initialized
info:http: CFC invocation response: ["Man in Jeans","Man on Stool","Mary","Melon","Michael","Miro","Mom","Morning Forest","Morph","Mountains","Music","My Venus","Mystery"]
info:http: HTTP GET /cf8/ajax/suggester.cfc?method=lookupArt&returnFormat=json&argumentCollection=%7B%22search%22%3A%22ma%22%7D&_cf_nodebug=true&_cf_nocache=true
info:http: Invoking CFC: /cf8/ajax/suggester.cfc , function: lookupArt , arguments: {"search":"ma"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment