ajaxCFC issue
ColdFusion
Hey Everyone,
I have a pretty damn simple AJAX call on a new web site I'm setting up but it's not working. I get the dreaded "Invalid Reply from Server" message. According to Firebug the result I'm getting from AJAX call is blank. I have no idea where the problem is. Based on setting up test queries I know that the CFC in question long with ajax.cfc are both getting called however the function in question, getEvents does not get gett called. Below is my code.
Ryan
I have a pretty damn simple AJAX call on a new web site I'm setting up but it's not working. I get the dreaded "Invalid Reply from Server" message. According to Firebug the result I'm getting from AJAX call is blank. I have no idea where the problem is. Based on setting up test queries I know that the CFC in question long with ajax.cfc are both getting called however the function in question, getEvents does not get gett called. Below is my code.
Code loading the AJAX and JS files
CFC Function trying to return a single event
This is the part where I'm thinking I might have an issue. These are
the onRequest, onRequestStart and onRequestEnd Functions
I remember reading something on Rob's blog about onRequest interupting
AJAX calls, but his solution, setAbortAfterRequest(true); in the
AJAX.cfc file did not have any effect on this issue.
Any thoughts? Am I missing something simple?
Ryan





Loading....