Search the web
Sign In
New User? Sign Up
cfajax
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1038 - 1068 of 2021   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1038
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...
ksu_stud@...
phidelt1350
Offline Send Email
Jan 1, 2006
2:36 pm
1039
... "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...
Robertson-Ravo, Neil ...
nrav0
Offline Send Email
Jan 1, 2006
2:43 pm
1040
... examples ... understand ... Robert did you find the answer to this question?...
Ryan
phidelt1350
Offline Send Email
Jan 4, 2006
3:52 pm
1041
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)...
Ryan
phidelt1350
Offline Send Email
Jan 4, 2006
4:02 pm
1042
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...
Robertson-Ravo, Neil ...
nrav0
Offline Send Email
Jan 4, 2006
4:11 pm
1043
Hey Everyone, I got this to work by adding returntype="query" for my cfm function <!--- function to get the location for the user ---> <cffunction...
Ryan
phidelt1350
Offline Send Email
Jan 4, 2006
4:17 pm
1044
... 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. ;) ... ...
Munson, Jacob
yacoubean
Offline Send Email
Jan 4, 2006
4:23 pm
1045
Hi Ryan; Try this thread. It discusses using a returned query: http://groups.yahoo.com/group/cfajax/message/1027 Bonnie Ryan writes:...
Bonnie E. Betts
bonnie1_b
Offline Send Email
Jan 4, 2006
5:21 pm
1046
Right on target Ryan! Bonnie Ryan writes:...
Bonnie E. Betts
bonnie1_b
Offline Send Email
Jan 4, 2006
5:23 pm
1047
I just found the blank cfobject.cfc in the examples folder looks like this <cfcomponent> </cfcomponent> Inside functions.cfm <cfset object =...
Dan Plesse
empiricallys...
Offline Send Email
Jan 4, 2006
8:27 pm
1048
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...
iamtheevster
Offline Send Email
Jan 5, 2006
3:57 pm
1049
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...
Munson, Jacob
yacoubean
Offline Send Email
Jan 5, 2006
4:17 pm
1050
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....
Ken Ferguson
ksferg_99
Offline Send Email
Jan 5, 2006
6:13 pm
1051
... 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...
Munson, Jacob
yacoubean
Offline Send Email
Jan 5, 2006
6:36 pm
1052
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...
iamtheevster
Offline Send Email
Jan 5, 2006
6:38 pm
1053
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...
Ken Ferguson
ksferg_99
Offline Send Email
Jan 5, 2006
7:44 pm
1055
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...
jasch98
Offline Send Email
Jan 6, 2006
4:46 pm
1056
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...
jasch98
Offline Send Email
Jan 6, 2006
4:50 pm
1057
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,...
Robertson-Ravo, Neil ...
nrav0
Offline Send Email
Jan 6, 2006
4:53 pm
1058
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...
Bonnie E. Betts
bonnie1_b
Offline Send Email
Jan 6, 2006
5:43 pm
1059
... 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...
jasch98
Offline Send Email
Jan 6, 2006
6:08 pm
1060
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...
Robertson-Ravo, Neil ...
nrav0
Offline Send Email
Jan 6, 2006
6:15 pm
1061
... 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...
jasch98
Offline Send Email
Jan 6, 2006
6:39 pm
1062
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...
Dan Plesse
empiricallys...
Offline Send Email
Jan 6, 2006
6:49 pm
1063
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...
Ken Auenson, II
kja2
Online Now Send Email
Jan 6, 2006
7:01 pm
1064
... 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...
jasch98
Offline Send Email
Jan 6, 2006
8:42 pm
1065
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...
Snake
snake_hollywwod
Offline Send Email
Jan 7, 2006
5:20 pm
1066
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...
subbagiri2000
Offline Send Email
Jan 8, 2006
5:47 pm
1067
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....
Ron Mast
ronito2003
Offline Send Email
Jan 8, 2006
6:10 pm
1068
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...
Ken Ferguson
ksferg_99
Offline Send Email
Jan 9, 2006
2:07 pm
Messages 1038 - 1068 of 2021   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help