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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1974 - 2003 of 2021   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1974
I installed CFAjax on a CFMX server with no problems but can not get it installed on a CF 5.0 server. Does 5.0 work with CFAjax? Additional details can be...
paulthomas.plexus
paulthomas.p...
Offline Send Email
May 1, 2007
10:24 pm
1975
No, CFAjax won't work with cf5 without modification. ... -- mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/...
James Holmes
holmesjr_2005
Offline Send Email
May 2, 2007
12:55 am
1976
I am getting the Error: Permission Denied pop up, and people mention changing the server settings in settings.js but my settings.js file only has two lines: ...
idno23
Offline Send Email
May 8, 2007
9:14 pm
1977
The problem is likely the URL from which you are requesting data - is needs to be in the same domain as the client. This is usually in settings.ja as the...
James Holmes
holmesjr_2005
Offline Send Email
May 9, 2007
4:12 am
1978
Hi everyone cant seem to work out why my form is posting me properly <cfif isDefined("form.foil") and Trim(form.foil) IS NOT "orange"> <!--- bad submission. do...
Mark Holloway
sapporomark
Offline Send Email
May 17, 2007
10:43 pm
1979
I am trying to implement the following script but getting nothing back <cfcomponent displayname="ajaxTest" extends="tool"> <cffunction name="DisplayLoginForm"...
erstud777
Offline Send Email
Jun 12, 2007
8:56 pm
1980
Your form has options outside of selects and a span with the same ID as one of those options. The HTML needs fixing. <option id="state"> <select></select> ...
James Holmes
holmesjr_2005
Offline Send Email
Jun 13, 2007
12:54 am
1981
Does anyone know why I would be able to pass this serialized WDDX to my CFFUNCTION: "<wddxPacket version='1.0'> <header/> <data> <struct> <var ...
slanek15
Offline Send Email
Jun 19, 2007
4:46 pm
1982
I think perhaps it is your serializer. Whenever I have characters that would need to be escaped, the wddx serializer put them inside <char> tags replaced with...
Snake
snake_hollywwod
Offline Send Email
Jun 24, 2007
11:26 pm
1983
I just use whatever serializer CF gives us. From the two examples below, it handles the quote the same way by prefixing it with a slash, but CFAJAX is only...
slanek15
Offline Send Email
Jun 25, 2007
12:33 pm
1984
try urlencoding the data before serializing it. Russ _____ From: cfajax@yahoogroups.com [mailto:cfajax@yahoogroups.com] On Behalf Of slanek15 Sent: 25 June...
Snake
snake_hollywwod
Offline Send Email
Jul 5, 2007
3:07 pm
1985
I am not able to get the values of session variables in CFfunction. The cffunction is called by the javascript function. The code snippet of the function is as...
abhi
amikt26jan2004
Offline Send Email
Jul 9, 2007
4:13 pm
1986
Abhi: I'm using CFAJAX to both set and (separately) validate a Session variable without trouble for use in a CAPTCHA. I don't do anything special when I check...
Rob
zepoid2000
Offline Send Email
Jul 9, 2007
5:12 pm
1987
Thanks Rob for your response. I am not able to run CFAjax with mozilla. The error message is "Permission Denied for XMLHtpprequest.open". Can you please let me...
abhijit mukherjee
amikt26jan2004
Offline Send Email
Jul 10, 2007
3:32 pm
1988
If you want to do cross-domain scripting with XMLHttpRequest, e.g. fetching data from a remote location but you're on a local page or local XUL application...
Snake
snake_hollywwod
Offline Send Email
Jul 12, 2007
12:39 pm
1989
hi, more power to cfajax.. I downloaded the cfajax.1.3.zip. great i learned a lot.. but im having a problem.. i dont know how to connect to a database.. using...
Albertus Saintus
ac7santos
Online Now Send Email
Jul 13, 2007
4:06 pm
1990
1) Please switch to mxAjax. It's by the same author (Arjun) but is' actively developed and based on better quality base libraries (JSON, ...
James Holmes
holmesjr_2005
Offline Send Email
Jul 14, 2007
7:32 am
1991
Hello everyone, I am new to the CFajax. I am trying to use a session variable to remember the navigation menu status (expanded or collapsed), so the menu will...
justwatchedit
Offline Send Email
Aug 14, 2007
11:15 pm
1992
I want to make updatable grid that read from xml file and can edit it and save the result at the xml file at run time with javascript or AJAX or html table...
aahmed_fci
Offline Send Email
Aug 23, 2007
5:45 pm
1993
Your best bet is something from the Ext toolkit - you can integrate it with mxAjax via the Ext-Prototype version too. ... -- mxAjax / CFAjax docs and other...
James Holmes
holmesjr_2005
Offline Send Email
Aug 24, 2007
5:34 am
1994
Hi.. I know my question isn't related (exactly) to cfajax -- but I'm close to being out of resources...so here it goes.. I have a site that is using an access...
pictureman20024u
pictureman20...
Online Now Send Email
Aug 30, 2007
5:30 pm
1995
Have you tried using the HTMLencodedFormat() to surround the variable? ... From: pictureman20024u To: cfajax@yahoogroups.com Sent: Thursday, August 30, 2007...
Antonio Russo
webguns2000
Offline Send Email
Aug 30, 2007
6:17 pm
1996
I will be out of the office starting 08/30/2007 and will not return until 09/04/2007. I will be out of the office starting Thursday, August 30 and returning...
Alex L Upmann
aupmann
Offline Send Email
Aug 30, 2007
6:41 pm
1997
I actually meant HTMLCodeFormat(). Give HTMLEditFormat() a try as well. ... From: Antonio Russo To: cfajax@yahoogroups.com Sent: Thursday, August 30, 2007...
Antonio Russo
webguns2000
Offline Send Email
Aug 30, 2007
6:54 pm
1998
The best resource for general CF questions is the CF-Talk mailing list: http://www.houseoffusion.com/groups/cf-talk/ Anyway, what do you want to have happen to...
James Holmes
holmesjr_2005
Offline Send Email
Aug 31, 2007
1:13 am
1999
I cant get the suggest examples to work on localhost ive check on the cgi.SERVER_NAME and cgi.PATH_INFO and they both work displaying localhost and the full...
Thomas Chen
thomasc516
Offline Send Email
Oct 29, 2007
7:35 pm
2000
http://www.bifrost.com.au/blog/index.cfm/2006/7/13/Getting-the-CFAJAX-Suggest-examples-to-work-locally Regardless, I suggest moving to mxAjax as CFAJAX is no...
James Holmes
holmesjr_2005
Offline Send Email
Oct 29, 2007
11:50 pm
2001
From: cfajax@yahoogroups.com [mailto:cfajax@yahoogroups.com] On Behalf Of James Holmes Sent: 02 May 2007 01:55 To: cfajax@yahoogroups.com Subject: Re: [cfajax]...
Edward Chanter
jumperb
Offline Send Email
Oct 31, 2007
11:32 am
2002
Oops, sorry about that blank email guys. I have a question about JavaScript, in the mxajax code it references the URL of the CF function, eg: var urlTags =...
Edward Chanter
jumperb
Offline Send Email
Oct 31, 2007
11:36 am
2003
Can you just use a url specified from the root (e.g. /mxajax/core/cf/example.cfc)? This means the domain is unnecessary and it's how I always do it. ... -- ...
James Holmes
holmesjr_2005
Offline Send Email
Oct 31, 2007
1:36 pm
Messages 1974 - 2003 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