I haven't used firebug in a long time, as I use Chrome now. But from memory
you should be able to see from one of the tabs, the actual remote call back
to the server. If you click on this call, it should show you what has been
returned, as well as what is passed to the server via its headers.

Also just because the query is working, doesn't mean the callback is. For
example lets look at what the call back offers, and unless you are
doing asynchronous calls, I wouldn't even worry about the callback. But the
callback if you read the documentation, takes a JSon string an returns or
passes it to the callback as a Javascript representation.

So that would begin to indicate that the data being returned is not JSon,
or is a malformed JSon string. Which would also throw an error when you try
to use it the way you are.

-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+: 
http://plus.google.com/113032480415921517411<http://plus.google.com/108193156965451149543>


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

Reply via email to