ColdFusion 8: Screencast of cfAjaxProxy, the Tag That Blurs The Line Between CF and JS
ColdFusion 8The cfAjaxProxy tag creates all the JavaScript needed so you can call functions in a cfc directly from JavaScript. This 3 minute screencast walks through a simple, yet powerful, example.
This was also the first time I played with the Derby database examples provided by CF (and found out its case sensative!). The code in the screencast is below.
index.cfm:
Artists.cfc:
artists.js:





Loading....