Dan Vega wrote: > > Why would i get an error that it can not be accessed remotly? Im sorry if > this is a dummy question but I am new to advanced javascript and ajaxCFC..
Requests to ajax.cfc actually go through a wrapper function, which in turn calls your function - like "init" Anyway, for security purposes, ajax.cfc requires *ALL* methods being accessed via ajax to have an access type of "remote", just like a web service. Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262630 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

