Hi all, I'm trying to get my implementation of ajaxCFC to work with a reverse proxy. I have confirmed that the request gets through to the CFC and the method...
I was trying to organize my code somewhat and separate my cfc files. I can't seem to access anything other than the first CFC file. e.g., $.AjaxCFC({ url:...
I having a tough time trying to access a value from my return. Below is my ajax call: $.AjaxCFC({ url: '/cfc/ups.cfc', method: 'getShippingOptions', data:...
Hi all, I don't know if this is a problem with the ajaxCFC or not so I'm hoping someone else has experienced it. We have the ajax files in: /assets/ajax Now,...
I will be out of the office starting 09/13/2006 and will not return until 09/20/2006. I will respond to your message when I return. If your issue is urgent,...
Using cfajax.... why is this not working.. $('#outerSiteMesage').style.display='block'; This is the error I'm getting.. "object does not support this property...
I'm just wondering what the status of this project is? Jquery has made a lot of changes since the last version of this framework and CF frameworks in general...
I am trying to call a ajax function from another function. It is working this way: I send some search criteria to searchRecords and searchRecords return...
I'm using the form plug-in for validation but I'm having a tough time trying pass the form variables to AjaxCFC. I'm using formSerialize() which returns...
Hey Guys, It's been a while but I'm back writing code. I downloaded the latest version of ajaxCFC which has jQuery included. The ajaxCFC code seems to be...
Good Morning, I located a cfm program to convert numeric to words. 1 = one, 2 = two etc. I'm trying to run this as a ajaxcfc component but when I do a cfset...
New to js and wanted to know what's the best way to reuse an ajaxcfc request if this possible. I want to setup a page with multiple selects and detail table....
First and foremost I want to thank Chris Jordan for his tutorials. I was able to perform a dump of my query and extract recordcount and columnlist. What I...
Not sure if anyone stills uses or monitors this group, but I'm asking anyway. Have written many... ajaxcfc programs always using the same CFC file defined in...
I remember reading that may be there is a limit on how many parameters you can pass to a function. I tried looking into the older messages to find it but I had...
Aaron Rouse said -- ... page ... submit, ... records ... just be ... While I'm not using inGrid with AjaxCFC, I am using it with Cold Fusion 8 and jQuery. I...
I was trying to run the examples that come with the latest Alpha of AjaxCFC with jQuery and get an error with the first DWRCompatibility.query example( ...
In my form I am using ajaxcfc framework . So my server side is <cffunction name="categoryUpdate" output="no" access="private"> <cfargument name="catId"...
Is there a way within JS to check and see if the DWREngine._execute has completed running? The reason I ask is I am trying to add a DWREngine._execute() to an...
Hello All, Does anyone have any thoughts on why this page works in FF, but not IE7? http://www.castlesandestates.com/index.cfm?view=agents2&agentType=IRES I...