In Chrome, bring up the developer tools, then before you run the page,
select network. Then when the call is made back to the server, you should
see it in this list. I usually clear this list, so that the call is at the
top. But when it is listed you just click the call, and you should see
options like response. It is that tab that would show you the information
that ColdFusion is returning.


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



On Thu, Sep 13, 2012 at 2:54 AM, Greg Morphis <gmorp...@gmail.com> wrote:

>
> I use both Chrome and Firebug, can you tell me what or where to look in
> Chrome Dev Tools to get you guys the information needed to help?
> Thanks
>
>
> On Wed, Sep 12, 2012 at 11:51 AM, Andrew Scott <andr...@andyscott.id.au
> >wrote:
>
> >
> > 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:352529
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to