When I use this function, my page just.....blows up. Completely. If I take this function call out, or even just comment it out, everything works fine. Any...
When I call this function, my page blows - completely. However, when I remove this function call, or even just comment it out, the page runs absolutely fine. ...
Daniel, You'd me amazed... there will be no need for something more lightweight; the default ship of Dojo includes many unneeded components, but you can...
Hahahaha no. Nice thought, but no. I am a fairly new beginner with AJAX (we've been using Flash Forms up to now - with Flash Remoting - to do all of this), I...
As.. I dunno, stupid, I guess. as it sounds, I have to check to see if I can post the code; its all proprietary (with the exception of the AJAX calls, of ...
I have a website that has an application.cfc in the root. It uses the onRequest/Start/End functions to dynamically call page headers, page content, and page...
Good Afternoon, I'm currently trying to convert from CFAJAX to AJAXCFC. I placed the AjaxCFC files on my web server. Then started to convert one of my CF ...
Hi Keith, Try it <cfcomponent extends="AjaxCFC.ajax"> -- Wilson Rocha ... De: ajaxcfc@yahoogroups.com [mailto:ajaxcfc@yahoogroups.com] Em nome de Keith Enviada...
Thanks for the suggestion, however no luck. I know all the AjaxCFC elements (javascript, CFC) needed to support AjaxCFC are mapped corrected, as I change the...
i'm trying to allow users to change their password so i have a form that takes a password string and updates the database with it... but i keep getting an...
In your cfc, I don't see where you are setting variables.userID. Am I missing something? That should cause an error because the variables scope is local to...
I have implemented ajaxCFC on my site and all is working well, but I cannot see the CF debugging information that used to show up at the bottom of all the...
I don't have this problem. But I'm assuming you're talking about the debugging from when you first load a page with ajax on it, not getting debugging info...
yes, I am talking about the debug info I used to see before I started using ajaxCFC. The info you can make dockable or classic in the CFadmin. ... -- Tony Gray...
I'm currently converting from CFAJAX to AJAXCFC. I'm passing a delimited list to a function and looping thru to add data to my table and now after using...
thanks for replying... the variables.userID is already set in my fbxsetting.cfm file ... confidential and/or exempt from disclosure under applicable law. If ...
ok here's a weird problem i'm facing... i have an encrypted string "8sGx7I5%sTk(N4W[" and am passing it... DWREngine._execute(_ajaxConfig._cfscriptLocation,...
another error. this time in the ajax.cfc when i use this string "bM<b6%(Igq@3sb%+" (minus the quotes...), i get this error: WDDX packet parse error at line 1,...
AjaxCFC works fine with onRequestStart and onRequestEnd functions, but the onRequest function breaks remoting, web services, and ajax calls. If you need them,...
To encode your strings for javascript, use the JSStringFormat()... JSStringFormat('8sGx7I5%sTk(N4W[')... In a different note, why are you passing your DSN...
Tony, Just like Jacob said, you can see the debugging info for the initial page, the one that executes the ajax requests... you can't see the debugging for the...
OK, Well I am not seeing it for the initial page. I will check application.cfc, maybe I am breaking debugging in there. ... -- Tony Gray 901-419-1775 (w) ...
The initial page has nothing to do with AjaxCFC, or Ajax as a whole. It is a simple cfm / html page that loads some javascripts. ... call. ... Gray" ... ...