Calling CFM from CFC
Greetings to all![]()
I not enough work with ColdFusion.
My question: How I can receive function parametres in *.CFM file from a *.CFC component?
OR
How I can calling functions in CFM from Flex Application?
For example:
In CFM:
<cffunction>
..............
<cfreturn HelloVariable>
</cffunction>
How I can recieve HelloVariable in my Flex Application?
Sorry for my English![]()
