We're using CF7, which doesn't support a returntype of JSON - I wish. I am looking into simply returning a "jsonEncode"ed string...
I cannot tell you how much I appreciate you're help. -----Original Message----- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Josh Nathanson Sent: Friday, February 13, 2009 8:29 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: jQuery w ajaxCFC Really you don't need AjaxCFC at all. It does have a cfc to serialize and deserialize json but I think you can pick that up at riaforge. Or you can build your own json string in CF and return that from your function. Or you can use returnFormat=JSON in your cffunction to do the serialization for you. -- Josh -----Original Message----- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Neil Bailey Sent: Friday, February 13, 2009 5:16 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: jQuery w ajaxCFC Josh, Just found the page at Rey Bango's blog - I really appreciate it. Do you know if this works w/ the current version of jQuery, and the current version of AjaxCFC? Thanks again. nb -----Original Message----- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Josh Nathanson Sent: Friday, February 13, 2009 8:02 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: jQuery w ajaxCFC Do a search for "jquery coldfusion ajax" on Google, you'll find some good stuff. -- Josh -----Original Message----- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Neil Bailey Sent: Friday, February 13, 2009 3:05 PM To: jquery-en@googlegroups.com Subject: [jQuery] jQuery w ajaxCFC We are currently running CF7 (management feels if it ain't broke....), and have been using ajaxCFC for about three years now. We are looking to update our AJAX methodology, and Chris Jordan had strongly suggested we check out jQuery. We are also pretty entrenched w/ EXT for the front end UI, and would need any jQuery scripts to be able to co-exist w/ the EXT package. As we have never even laid eyes on jQuery, but have heard some very good things about it (Ray Camden has been yelling its virtues from the rooftops for a solid week now), if anyone has any tips or knows of any how-to blogs, I would greatly appreciate it. Thanks, nb