If it uses JSON it's "AJAJ," but no-one uses that term as it doesn't sound as cool as AJAX. I may have missed the XML part if CFAJAX uses it, so I'm hoping...
Suggest uses iframes as follows: "Use an "iFrame shim" to deal with problems where the lookup div shows up behind selection list elements, if they're below the...
so are you saying there is no 'foo'? Can we see getSingleMappingName? Also, have you tried calling another function that does nothing? I have seen this...
To add, the code below works (it gives me the value I need). I have altered the CFAJAX calls slightly in that I do not call/use the function.cfm file - I...
It is like it just doesn't fire the method and in turn does not fire the return function. ... From: cfajax@yahoogroups.com [mailto:cfajax@yahoogroups.com] On...
The method is actually called via another method immediately after a deletion of data in the DB, I have pasted some of the working code which calls a deletion...
I prefer to think of the X in AJAX as standing for the XMLHttpRequest object in javascript. I personally almost never actually use XML to transfer the data...
This has stumped me......totally...it just doesn't want to work..... grrrrr ... From: cfajax@yahoogroups.com [mailto:cfajax@yahoogroups.com] On Behalf Of ...
OMG - ignore this.......total User Error!!! ARRRH...4 bloody hours and it was pointing at the wrong CFC!!! Is there no way that CFAJAX can return a "no method...
Yes, and I know CFAjax uses XMLHttpRequest. There was a big discussion about it on CF-Talk, because in order for XMLHttpRequest to work in IE, you have to use...
Thanks for this James, but I'd suggest a couple of modifications. First, it should be CHR(13) not CHR(12) :) Second, I'd change the ReReplace function to this:...
Hi, I installed CFAJAX and am trying to get the examples to work but no luck. I have checked and made sure all the js fiels etc are point and refering to the...
Oops, yes it should be 13 not 12 (darn typos). However the square brackets denote a character class, meaning any one of the characters will be matched, so the...
When all else fails, ask the guy who wrote it :-) I asked Joe, who wrote DWR (on which CFAJAX is based) and got the info: "The format browser to server is a...
Can you override the default message and get it to write out your own value such as "saving" or "working". This e-mail is from Reed Exhibitions (Oriel House,...
I found this and replaced the default useLoadingMessage with it (I forget the site, but it was after searching through this site or google... still new here) ...
Yeah I found it...I just overrode it thus: DWRUtil.useLoadingMessage('Processing'); DWRUtil.useLoadingMessage = function(message) { if (message.length == 0) { ...
... Ah, yes. I forgot that bit of regular expression syntax. :) [INFO] -- Access Manager: This transmission may contain information that is privileged,...
Seems like the annoying OS X was overlooked with CFAJAX. IE for MAC will not even open these pages, including the indian key home page (something in the...
Yep, a PC. "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, ...
Yeah Neil, there is that. Of course, that means you're limited to an inferior machine though with a crappy OS. Sorry, getting back to the original question: I...
LOL, well as you should have know it was a joke but I would sure like to know what you deem as an "inferior machine" - considering it runs the majority of the...
... Was VHS better than Beta Max? Is ASP better than ColdFusion? Is Internet Explorer better than Firefox? Time and time again the majority chooses the...
Well, not a solid argument - betamaz was just too expensive at first and the bigwiga didn't want to support it (although it is still being used). Is ASP better...
As a disclaimer, I have just begun playing with CFAjax, so I may be going about this all wrong. I have a CFMX function that returns the following data...
The CFAJAX Letter example is pretty nice. I was thinking of using it to build a new interface to, as one would expect, build a form letter. Has anyone...
I was just joking too Neil. I'm not one of the OS nazis really. I just like macs better. I think it's all about personal preference really. CFAJAX isn't the...
Hi all, I have still been unable to get the suggest example working. Has anybody yet?. I havea llt he other exaples working fine. Do I need to set up a...