Skip to main content
April 15, 2010
Question

Calling CFM from CFC

  • April 15, 2010
  • 2 replies
  • 778 views

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

    This topic has been closed for replies.

    2 replies

    Inspiring
    April 15, 2010

    In your cfc, add a cfinclude to the cfm file and then you have access to the function.

    April 15, 2010

    Ok, Dan. I will make so.

    April 15, 2010

    Perfect! Thank you, Dan.

    April 15, 2010

    It needs to be made without use URL parameters. It is necessary that the parameters has been protected.