Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • EspaƱol
      • FranƧais
      • PortuguĆŖs
  • ę—„ęœ¬čŖžć‚³ćƒŸćƒ„ćƒ‹ćƒ†ć‚£
  • ķ•œźµ­ ģ»¤ė®¤ė‹ˆķ‹°
0

Calling CFM from CFC

Guest
Apr 15, 2010 Apr 15, 2010

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

746
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Apr 15, 2010 Apr 15, 2010

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 15, 2010 Apr 15, 2010

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Apr 15, 2010 Apr 15, 2010

Ok, Dan. I will make so.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Apr 15, 2010 Apr 15, 2010
LATEST

Perfect! Thank you, Dan.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources