So I assume you used Firebug, or another network monitor, to see the
HTTP hit and result. Right? What did it show?

On Fri, Jun 4, 2010 at 9:40 AM, Michael Grant <mgr...@modus.bz> wrote:
>
> Normally I just write my own to handle async calls my cfc's, however since
> I've never used cfajaxproxy I thought I'd give it a try and now I'm
> determined to make it work.
>
> I am using cfajaxproxy to send some form data (as a js object) to my .cfc
> which then runs a query and is supposed to send back a query object. However
> when I invoke the method in the cfc my callback function is getting the
> result as a NULL. In my callback I have alert(res) as the only item and I
> expect to see [object] as the alert, but instead I get null.
>



-- 
===========================================================================
Raymond Camden, ColdFusion Jedi Master

Email    : r...@camdenfamily.com
Blog      : www.coldfusionjedi.com
AOL IM : cfjedimaster

Keep up to date with the community: http://www.coldfusionbloggers.org

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334305
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to