Then you probably have a blank or different application.cfm / cfc file
for the ajax request that is not putting those variables into the app
scope.  You need to get the full URL for the ajax request and run it
directly in your browser with debugging turned on, see what gets spit
out =) 


Chris Peterson
Gainey IT
Adobe Certified Advanced Coldfusion Developer

-----Original Message-----
From: SMR [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 13, 2007 10:14 AM
To: CF-Community
Subject: RE: Cf and AJAX

I checked CF admin application.log and found out the file with the ajax
code says  application.localsettings.dsn variable is undefined when it
is executed. This is false because if that variable didn't exist the
front page of the application wouldn't come up.

-----Original Message-----
From: Peterson, Chris [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 13, 2007 7:48 AM
To: CF-Community
Subject: RE: Cf and AJAX

There is nothing specific to CF7 that would power ajax, CF8 has AJAX
specific code but CF7 is done with external or self-rolled ajax tools.
You may want to get something like the web developer plugin, or firebux
for Firefox, so you can look at the response that the server is sending
back from the ajax request, that will lead you to your problem.  You
could also do a dump from whatever page the AJAX request calls to, out
to a file, so you can look at what its doing. 


Chris Peterson
Gainey IT
Adobe Certified Advanced Coldfusion Developer

-----Original Message-----
From: SMR [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 13, 2007 7:44 AM
To: CF-Community
Subject: Cf and AJAX

We've taken over responsibility for a CF app that has AJAX code in it
that powers updating graphics after you choose something from a drop
down list in a form. We get little popups after using the drop down list
that says "Invalid reply from server" and the graphic is not updated.
The programmers indicate they don't get this on their development server
and I have all custom tags installed required.
 
Any ideas if I'm missing something from a CF7 server that powers AJAX ?
all the AJAX code is being called from cfc's.
 
Thanks








~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:242342
Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5

Reply via email to