OK, you have part of the battle. That tells you what the cfc is doing, 
what the server is returning. The callback wouldn't be a part of this 
information. Setting the callback function registers it within your 
browser client, as a listener action to take when a return value is 
received.

In Firebug, in FireFox, as the first line of your callback function, 
place a console.log({result argument here}); line, to see if the 
callback function is even being called. That's your first step...

Steve "Cutter" Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer
_____________________________
http://blog.cutterscrossing.com

Don L wrote:
>> Have you looked in Firebug? Have you checked the Firebug console, to 
>> watch the call being made, and the result being returned? In FF, did you 
>> place a console.log(id) as the first line of your passIdOn() method, to 
>> see if it was being called and what it was being passed?
>>
>> Steve "Cutter" Blades
>> Adobe Certified Professional
>> Advanced Macromedia ColdFusion MX 7 Developer
>> _____________________________
>> http://blog.cutterscrossing.com
>>
>> D
> Yes, Cutter,
> 
> following is the cfc call process log:
> -------------------------------
> _cf_nocache   true
> _cf_nodebug   true
> argumentCollection    
> {"Fax":"","Comment":"","Prefix":"","FirstName":"ksdk2","LastName":"ksdkfks2","Org":"kskdf
>  sdkskkdf 
> skdfsdf","Title":"","Address1":"","Address2":"","CityName":"","StateName":"","zip":"","Telephone":"33
>  353 343","Email":"sdfsdfd"}
> method        doSave
> returnFormat  json
> ------------------------------
> 
> my comment: the above is as expected for the data save operation but where's 
> the callback param?
> 
> thanks.
> 
> Don
> P.S. Sorry about the other time...
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:302275
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to