And if you copy that response link, can you browse it the browse. My bet you
can't.

Just so you know the source attribute is just a way of saying where to find
the file via the url, in other words if this file is not in the root of the
url. Then you need to provide the URL path so the Ajax component ColdFusion
can hit the url to retrieve the data.

So in recapping the source="" must also be reachable if you just type this
information into the browser URL.

Hope that makes sense.

I have tried this here on ColdFusion 9.01 and it works as expected, the only
thing I changed was the source="" to point to a file in my application to
load from.

The NET option of firebug can give you a lot more data and information and
what might be going wrong, whereas the chrome version doesn't have this
option. So when you find that a file is not loading Chrome firebug is
missing the required functionality to help you even further.

I would first try loading the file via the URL in your browser, as you would
expect it to be reached. And then compare that with what firebug in firefox
is telling you in the NET tab, and you should be able to track the problem
very quickly.

Regards,
Andrew Scott
http://www.andyscott.id.au/



> -----Original Message-----
> From: Jeff Carpenter [mailto:jeff.carpen...@asu.edu]
> Sent: Monday, 28 March 2011 3:15 PM
> To: cf-talk
> Subject: Re: ColdFusion 9 cflayout ajax errors
> 
> 
> > What does Firebug tell you?
> 
> I use the Chrome console, but I ran it in FF w/ firebug as well and get
the
> same '404' response:
> 
> GET
> http://machineaddresshere.asu.edu/test/selectpage.cfm?_cf_containerId=
> selectpage&_cf_nodebug=true&_cf_nocache=true&_cf_clientid=EE835B648
> 71E4BDA8BF645C28C2EC7EF&_cf_rc=0 404 (Not Found)
> 
> Thanks for the suggestions.
> 
> 
> 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ~~~~~~~~~~~|
> 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:343331
> Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
> Unsubscribe: http://www.houseoffusion.com/groups/cf-
> talk/unsubscribe.cfm


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:343332
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to