Hi, In a directory I have a couple of files - one a file named ajaxSupport.cfc and another invoking that CFC via:
<cfajaxproxy cfc="ajaxSupport" jsclassname="proxy" /> However, the apache error logs are showing a 404 when i try to access a specific method in the CFC: GET /push20/dev/push_cms_25/actions/.ajaxSupport.cfc? _d=1317655780902&method=getLiveUserIncentivesForGroupId&promotionId=605&incentiveGroupId=35528&__BDQUERYFORMAT=row&__BDRETURNFORMAT=json&__BDNODEBUG=1 HTTP/1.1" 404 20735 The application is running elsewhere under CF9 - i am trying to port as a Proof of concept to use OBD - whoch apart from this hicup is proving to be a great experience. Any suggestions as to why the Apache path has a '.' in it before the ajaxSupport.cfc (which is the root cause of the 404!). Regards Lawrence -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
