Top "Cfc" questions

ColdFusion Components (CFCs) are objects in the ColdFusion environment.

In Coldfusion, how do I init a component that is located above the current path folder?

If I have a folder structure that looks like this: / /bin/myComponent.cfc /reports/index.cfm How do I initiate …

coldfusion cfc
Mapping to a CFC in ColdFusion

In my application I have all my CFC's in a cfc folder. From the site root I can access them …

coldfusion mapping cfc
How do you call a cffunction in a cfc from another cfm page using cfscript?

I have a test.cfm page and would like to call a cfc with a <cffunction> named errorEmail …

coldfusion cfc
Coldfusion CFC Return JSON display in Jquery, how do I handle multiple records from CFC and display in Jquery?

I need a way to grab the json return from coldfusion and display it in jquery I can display the …

jquery coldfusion cfc
ColdFusion Server CFC Caching Issue

I develop coldFusion applications on my laptop with it's own ColdFusion 8 server with IIS which run on Windows Vista. I …

caching coldfusion cfc
Extend a CFC using a relative path

I want to extend a CFC in a different directory and I have a couple of options, but can't figure …

coldfusion cfc
coldfusion - receiving posted JSON data and parsing it

This is the first time I'm writing a cfc that will catch JSON data from an external web server that …

json coldfusion cfc
In a Coldfusion cfc, what is the scope name for variables set outside of a function?

In a Coldfusion component / CFC, I want to properly scope some variables to be available for all contained functions, but …

coldfusion cfc
How Do I Parse JSON Return From ColdFusion CFC?

I've simplified this code for the ease of explanation. I have a cfm page where the user clicks on a …

jquery ajax json coldfusion cfc
How do I store CFCs in a separate directory and make them work?

Is there a way to specify the component path in the tag? I am using ColdFusion Components for my application. …

coldfusion cfc