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...
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...
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...
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...
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...
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...
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. ...
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...
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...
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...
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...
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, 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...
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...
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...
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...
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...
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). ...
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? ...
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...
I was having the same type of problem. Here's probably what you want to do: DWREngine._execute(_ajaxConfig._cfscriptLocation, null, 'getSchools', 'virginia',...
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
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...
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...
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...
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...