CFAjaxProxy Error
Hi guys.
I'm getting started with some ajax functions. so i had to look at cfajaxproxy.
It look as it is very cool function but i don't get it work.
I've got a directory with two files in it. cfAjaxProxy.cfm and proxy.cfc on the toplevel. There's no Application.cfc or something...
so i'm calling the proxy.cfc with
<cfajaxproxy cfc="proxy" jsclassname="proxy" />
but then appears an error
The specified CFC proxy could not be found. | |
| The path to the CFC must be specified as a full path, or as a relative path from the current template, without the use of mappings. | |
| The error occurred in D:\www2\cfajaxproxy\cfAjaxProxy.cfm: line 1 | |
1 : <cfajaxproxy cfc="proxy" jsclassname="proxy" /> 2 : 3 : <script> | |
I'm now on CF9.
I've googled around and read the reference a few times...
Sorry for my bad english...
regards.
Maertsch
