Search the web
Sign In
New User? Sign Up
ajaxcfc · ajaxCFC Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 103 - 132 of 1584   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
103
Hi Rob http://verylastminute.com/_admin/test.cfm Ok if you choose 'united kindom - england' from the drop down then in the second drop down choose 'greater...
captain_tiptap
Offline Send Email
Feb 1, 2006
12:11 pm
104
There's a single quote in there (London Int'l Airport). The thing is, even though it's being escaped in the response from the server, I believe it will still...
Steven Brownlee
orbwave
Online Now Send Email
Feb 1, 2006
1:48 pm
105
Ok, I see what you're doing … in your server response you have a innerHTML = '#values#' and evaluating it in the callback handler, which is my personal...
Rob Gonda
z0mb1e7
Offline Send Email
Feb 1, 2006
6:35 pm
106
Great thanks Rob that did the trick... Keep up the good work...
captain_tiptap
Offline Send Email
Feb 1, 2006
9:57 pm
107
I'm basically trying to pass multiple arguments to a CFC through ajaxCFC. However, I get an alert window that states that a required argument for the CFC was...
planebrad
Offline Send Email
Feb 1, 2006
10:15 pm
108
I've gotten stuck on attempting to make ajaxCFC work with <cffile/> Has anyone got an example of how to do this via a CFC, here's what I've got so far: <script...
beehemoth
Offline Send Email
Feb 2, 2006
12:29 am
109
The debuging info looks fine. The error is probably referring to the arguments your insertTag function needs. Can you post the cfarguments on this particular...
Rob Gonda
z0mb1e7
Offline Send Email
Feb 2, 2006
3:11 am
110
Quick thought cuz I'm leaving and don't have time to explain too much: 1) You're using GET verbs (default) and not post. To upload a file you need to post it. ...
Rob Gonda
z0mb1e7
Offline Send Email
Feb 2, 2006
4:10 am
111
Thanks Rob. You pointed out exactly what I'm doing wrong. The CFC has 3 arguments, so it is just seeing the array as the first argument and then bombing. I...
planebrad
Offline Send Email
Feb 2, 2006
4:52 am
112
I don't think it is technically possible to upload a file with Javascript--its a security issue. However you could upload a file through a hidden iframe and...
planebrad
Offline Send Email
Feb 2, 2006
5:22 am
113
i was stuck on trying to create my small page by using ajax technology. unfortunately, i am getting this error "syntax error : unternimate string literal" when...
zest.hell
Offline Send Email
Feb 2, 2006
11:56 am
114
R Any help greatly appreciated, yep I take on board the post comment that is a needed change. But in all honesty, even with a night to sleep on it, I cannot...
beehemoth
Offline Send Email
Feb 2, 2006
3:43 pm
115
I just started using AjaxCFC yesterday and it worked perfectly for my app. In the process of debugging my array's I tried using sDumper(myarray); However it...
Joshua Cyr
joshua_m_cyr
Offline Send Email
Feb 2, 2006
4:23 pm
116
Joshua, I really like your idea about the custom loading message. It would be really easy to do. Of course the util.js would become nonstandard from all the...
planebrad
Offline Send Email
Feb 2, 2006
4:35 pm
117
Actually, I didn't modify the util.js at all, it was already in there. Actually, I did modifty it later to move the message to the center instead of the far...
Joshua Cyr
joshua_m_cyr
Offline Send Email
Feb 2, 2006
4:42 pm
118
Good point, I would be stealing all kind of files on the background....
Rob Gonda
z0mb1e7
Offline Send Email
Feb 2, 2006
6:00 pm
119
Z, that usually means that the characters were not properly escaped and you're passing a quote or a CR from the server. The latest version fixes that for long...
Rob Gonda
z0mb1e7
Offline Send Email
Feb 2, 2006
6:02 pm
120
Brad, I don't have a wiki, but if you feel like contributing towards the documentation, please, I won't complain :) you can either help me with the Doc, start...
Rob Gonda
z0mb1e7
Offline Send Email
Feb 2, 2006
6:05 pm
121
Joshua, good call. I'll add that to the docs. ~Rob ... my app. ... to loop ... realized that ... people know...
Rob Gonda
z0mb1e7
Offline Send Email
Feb 2, 2006
6:06 pm
122
Yeah...I knew about the loading message that was built in, but I thought your idea about modifying it so you could pass through a variable to change the...
planebrad
Offline Send Email
Feb 2, 2006
7:12 pm
123
Rob, If I can free up some time in the next few weeks, I'll try to put something together that you can add to the documentaion (or do whatever you want with). ...
planebrad
Offline Send Email
Feb 2, 2006
7:20 pm
124
where do i need to use JSStringFormat? I am not getting this error when i remove a field which containing a lot of values from my query statement. what's up? ...
zest.hell
Offline Send Email
Feb 3, 2006
4:23 am
125
Looking for an example on how to pass multiple arguments to DWREngine._execute. I sure it's easy, I just can't find any examples. This is the last thing I...
cgirard
Online Now Send Email
Feb 3, 2006
5:05 am
126
I was having the same type of problem. Here's probably what you want to do: DWREngine._execute(_ajaxConfig._cfscriptLocation, null, 'getSchools', 'virginia',...
planebrad
Offline Send Email
Feb 3, 2006
6:02 am
127
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ajaxcfc group. File :...
ajaxcfc@yahoogroups.com
Send Email
Feb 3, 2006
1:37 pm
128
I added the ability to monitor JVM threads. The only one of real use is the Web Request threads but I put the ability to peek at all JVM threads and all...
Steve Brownlee
orbwave
Online Now Send Email
Feb 3, 2006
1:38 pm
129
That did the trick! Thank you. I am enjoying ajaxCFC. Thanks for all the hard work! Craig...
cgirard
Online Now Send Email
Feb 3, 2006
2:56 pm
130
I have a couple of "easy" questions: (1) Does the cfc being called always have to return data? If I set the return type to void and leave out cfreturn I always...
planebrad
Offline Send Email
Feb 3, 2006
5:10 pm
131
http://wiki.script.aculo.us/scriptaculous/show/Usage I was trying to use scriptalucous for their effects (highlight a changed item for example). They use the...
joshua_m_cyr
Offline Send Email
Feb 3, 2006
9:51 pm
132
This is just a _guess_ off the top of my head. I've just toyed with prototype and I've never dug down into the code so this is just a theory. Maybe prototype...
planebrad
Offline Send Email
Feb 3, 2006
10:30 pm
Messages 103 - 132 of 1584   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