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 488 - 517 of 2021   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
488
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...
James Holmes
holmesjr_2005
Offline Send Email
Nov 1, 2005
8:44 am
489
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...
James Holmes
holmesjr_2005
Offline Send Email
Nov 1, 2005
10:00 am
490
I am not sure why, but the code below is not working.... function enableSelection (userOption) { // alert(userOption); -- this equals 102 ...
Robertson-Ravo, Neil ...
nrav0
Offline Send Email
Nov 1, 2005
10:56 am
491
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...
Chad Renando
renantc
Offline Send Email
Nov 1, 2005
11:07 am
492
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...
Robertson-Ravo, Neil ...
nrav0
Offline Send Email
Nov 1, 2005
11:11 am
493
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...
Robertson-Ravo, Neil ...
nrav0
Offline Send Email
Nov 1, 2005
11:12 am
494
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...
Robertson-Ravo, Neil ...
nrav0
Offline Send Email
Nov 1, 2005
11:21 am
495
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...
Ken Auenson, II
kja2
Online Now Send Email
Nov 1, 2005
12:39 pm
496
This has stumped me......totally...it just doesn't want to work..... grrrrr ... From: cfajax@yahoogroups.com [mailto:cfajax@yahoogroups.com] On Behalf Of ...
Robertson-Ravo, Neil ...
nrav0
Offline Send Email
Nov 1, 2005
12:56 pm
497
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...
Robertson-Ravo, Neil ...
nrav0
Offline Send Email
Nov 1, 2005
1:09 pm
498
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...
Munson, Jacob
yacoubean
Offline Send Email
Nov 1, 2005
2:45 pm
499
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:...
Munson, Jacob
yacoubean
Offline Send Email
Nov 1, 2005
5:03 pm
500
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...
Shivang Patel
shivang13
Offline Send Email
Nov 1, 2005
6:04 pm
501
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...
James Holmes
holmesjr_2005
Offline Send Email
Nov 2, 2005
1:10 am
502
I agree with the X denoting the XMLHttpRequest. I'm still interested in the actual transport used if anyone has the info handy....
James Holmes
holmesjr_2005
Offline Send Email
Nov 2, 2005
1:11 am
503
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...
James Holmes
holmesjr_2005
Offline Send Email
Nov 2, 2005
3:17 am
504
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,...
Robertson-Ravo, Neil ...
nrav0
Offline Send Email
Nov 2, 2005
12:47 pm
505
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) ...
Angelopoulos, Andrew
atangelwork
Offline Send Email
Nov 2, 2005
1:44 pm
506
Yeah I found it...I just overrode it thus: DWRUtil.useLoadingMessage('Processing'); DWRUtil.useLoadingMessage = function(message) { if (message.length == 0) { ...
Robertson-Ravo, Neil ...
nrav0
Offline Send Email
Nov 2, 2005
2:33 pm
507
... Ah, yes. I forgot that bit of regular expression syntax. :) [INFO] -- Access Manager: This transmission may contain information that is privileged,...
Munson, Jacob
yacoubean
Offline Send Email
Nov 2, 2005
2:50 pm
508
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...
mratner2005
Offline Send Email
Nov 3, 2005
2:52 pm
509
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, ...
Robertson-Ravo, Neil ...
nrav0
Offline Send Email
Nov 3, 2005
5:44 pm
510
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...
Ken Ferguson
ksferg_99
Online Now Send Email
Nov 3, 2005
7:06 pm
511
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...
Robertson-Ravo, Neil ...
nrav0
Offline Send Email
Nov 3, 2005
7:27 pm
512
... 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...
Munson, Jacob
yacoubean
Offline Send Email
Nov 3, 2005
7:56 pm
513
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...
Robertson-Ravo, Neil ...
nrav0
Offline Send Email
Nov 3, 2005
8:17 pm
514
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...
Jeff D. Chastain
fbxsolutions
Offline Send Email
Nov 3, 2005
8:57 pm
515
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...
bbcrock2002
Offline Send Email
Nov 3, 2005
9:07 pm
516
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...
Ken Ferguson
ksferg_99
Online Now Send Email
Nov 3, 2005
9:40 pm
517
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...
Trent Shepherd
real_trent
Offline Send Email
Nov 3, 2005
9:41 pm
Messages 488 - 517 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