|
gochoa
|
 |
Posted: Sat Oct 27, 2007 12:16 am |
|
 |
 |
 |
 |
For some reason, I can't get my page using CFAJAX to work in production at HostMySite. I even tried installing a clean download of the CFAJAX examples on a directory in production and that doesn't work either, so I'm guessing its some type of mapping issue. It seems to be finding the engine okay because its displaying the "loading" message and also DWRUtil.getValue() seems to work.
But it does not seem to be connecting to the functions.cfm file okay.
Can anyone help me out?
Many thanks in advance,
gochoa
|
|
|
|
gochoa
|
 |
Posted: Sat Oct 27, 2007 1:50 am |
|
 |
 |
 |
 |
I use Fusebox, which has application.cfm set to accept only index.cfm or *.cfc files. I added the "functions.cfm" file and it works fine now.
|
|
|
|
Jason101
Forum Regular
| Joined: 14 Mar 2006 |
| Posts: 550 |
| Location: Harrisburg, PA |
|
 |
Posted: Sat Oct 27, 2007 1:45 pm |
|
 |
 |
 |
 |
I wouldn't use CFAjax. I would look into AjaxCFC. I find it far faster and the ability to put your ajax functions as CFC's and not just imbed your functions in CFMs
http://www.robgonda.com/blog/projects/ajaxcfc/
|
|
|