I'm hoping somebody has seen this problem before...
I'm using cfajaxproxy to proxy to my CFC... that works fine.
My local javascript creates the instance of the proxy, then sets the
callback hander, and then calls the CFC in the function. This all
works great, and up until sometime last night, was working great too.
Now this morning, the CFC gets called just fine, does its thing just
fine, and I can see in Firebug that the result is coming back just
fine too. But for whatever reason, my callback function is NOT being
called.
So in the example below, the "whateverSuccess" function never gets
called. I stuck an alert in it to see, and it never appears. I moved
the alert to the bottom of the example function below, and it showed
up fine. And like I said, I can see in Firebug that the call takes
place, and returns a proper result.
function do_whatever(value)
{
var instance = new whatever_proxy();
instance.setCallbackHandler(whateverSuccess);
instance.cfcFunction(value);
}
So I'm confused... I've visually looked over my block of JS code to
see if anything in it could be causing a problem and Id on't see
anything. Aptana's JS validator isn't reporting any problems either.
Any ideas?
Rob
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k
Archive:
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303118
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4