Ask a Question related to Coldfusion Component Development, Design and Development.
-
TA-Selene #1
Re: Calling CFCs contained in the CustomTags directory
If the CFCs are within the Custom Tags directory, you do not need the full path
like you do when they are in your web root. You can just call them by their
component name and then function name. If you have multiple CFCs in different
directories with the same name, you may run into a problem, though. CF
probably starts at the top and works its way down.
TA-Selene Guest
-
CFCs and RemoteObject
I currently have an application that is calling a CFC, via RemoteObject, and the results are populating a datagrid. How can I pass an argument back... -
CFCs & Dot Notation
Here is what I have. A CFC with filename amCurPatientCount.cfc which is located in the "components" folder under the webroot. I have been able to... -
CFCs and MX7
I have a site with a photo album that utilizes CFCs and it worked great until my ISP switched to MX7. When they asked me if I thought I would have... -
Is cfinclude'ing from CFCs bad?
Is it bad to CFINCLUDE a cfm file from a ColdFusion Component? We have run into some strange problems, which we believe are related to a shortage... -
Discussion: Attributes Vs Request variables and CustomTags
Two methods (that I am interested in) to pass variables into a custom tag are :- 1. Setting a request variable 2. Passing a 'local' variable in... -
Bullarni #2
Re: Calling CFCs contained in the CustomTags directory
Thanks Selene, that was embarrassingly easy!
Bullarni Guest



Reply With Quote

