Neil, bad choice of words I think. When I said "It didn' work like I thought it would" I just meant that it didn't work. The CFSAVECONTENT did not return any...
... "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in...
Hey everyone, I have the following code on my cf functions page... <cfquery name="getlocation" datasource="#client.dn#"> SELECT T.City,T.State,UPPER(S.Region)...
There is no reason for it to be a cfm itself no, it can be a CFC. The cfobject.cfc is no doubt a remnant from buildtime. "This e-mail is from Reed Exhibitions...
... I'd say if it works, it works. As long as it doesn't create errors and/or perform slowly, it is a correct way to do it, as far as I'm concerned. ;) ... ...
I've just started using CFAjax, and I can get the examples - and my own code - working properly, as long as I define _cfscriptLocation in settings.js. If I...
I don't have an answer, but a question: Why do you want to "have multiple files processing my ajax calls for different applications"? I am just curious, as...
Jacob, I'll answer for the OP based on my own situation. I can't have a single cf function file called for all of the same 35 clients on a single server....
... I think you have an excellent solution, but I could also see doing this in the functions.cfm file and leaving cfScriptLocation alone. You could look at...
Ferg, Thanks for the feedback. Yes, that's more or less exactly why I asked the question - separation of code for various clients, or even various apps within...
Evan, I'm doing it in a script block on the page. It's usually in an included bit of code with the headers and is almost always present on each page. I have a...
Is there some kind of security on 1.3? I am unable to specify a different domain name or port for the _cfscript ? For example. My webpage is on the domain...
When the suggestions are displayed, using the up/down arrow is not working properly. It skips over one record each time in any direction. The problem seems to...
Your ColdFusion also listens on port 80 - you are going via the webserver hence you need to drop the 8500. "This e-mail is from Reed Exhibitions (Oriel House,...
I did it a little different. I have same app but going on 3 different servers where there are slightly different locations. So I made the settings.js a...
... The problem I have using the web server wrapper, is that somehow connections are reset (only when using the cfajax component). I also get the error...
But you will need both cfajax and ColdFusion to work off port 80 (if that is your web server listener) "This e-mail is from Reed Exhibitions (Oriel House, 26...
... I have both working on my port 80 (using the web server wrapper) and port 8500 (using ColdFusion build in http server). Port 8500 usage is almost...
Wow you got that virtual path thing to work thus the localhost without the port _____ From: cfajax@yahoogroups.com [mailto:cfajax@yahoogroups.com] On Behalf Of...
To keep up with your analogy: All of those requests still have to go through the 2 lane highway (the internet from the user to your server) before reaching...
... Not really, because the 8 lane is not between my server and my CF, is also between the user and my server. So all those extra connections between the user...
or you could just do what I do, and have all your global site settings in an WDDX file, and have a different file for dev, staging live. then you do not ever...
Most of the examples worked. The file 'letter.htm' did not work. The list did not get populated. Is there some file missing in the examples folder, or other...
How did you set it up? Did you create a virtual directory? I'm on a 2003 Server, when I downloaded cfajax I changed the folder name to ajax in the wwwroot....
That is great that you set them all up like that. Of course, some day you'll go work on an existing app and you'll add some cfajax functionality to it and then...