ColdBox Forums Notification: Post to cfajaxproxy

Title: RE: cfajaxproxy
Thread: cfajaxproxy
Forum: Discussions
Conference: ColdBox
User: sanaullah73 sorry forget to mention that you can create facade methods in coldboxproxy for
cfajaxproxy to introspect your cfc.

[code]
<cffunction name="getEmployees"
access="remote" returnFormat="json" output="false">
<cfset arguments["event"] =
"ehGeneral.getEmployees">
<cfset results =
super.process(argumentCollection=arguments)>
[/code]

you can see there are
many ways to do ajax implementation.
http://www.luismajano.com/forums/index.cfm?event=ehMessages.dspMessages&threadid=EB05BE4D-FF65-CEF6-654569B350AB7788