cfc
Is there a "clean URL" (mod_rewrite) equivalent for iPlanet?
I\'m working with Coldfusion (because I 开发者_StackOverflow中文版have to) and we use iPlanet 7 (because we have to), and I would like to pass clean URL\'s instead of the query-param junk (for numerou[详细]
2023-03-27 19:50 分类:问答How can I call a ColdFusion cfc web service from classic ASP?
I have created a cfc which contains different functions. All these function have remote access. I want to call these functions from my external class开发者_运维知识库ic ASP page.[详细]
2023-03-23 03:31 分类:问答Advice for refactoring cfmodule into... cfc's?
I have never wrote a line of cfmodule myself.However, now is the time to refactor.What steps do you usually take to refactor cfmodule into cffunction / .cfc?[详细]
2023-03-21 23:09 分类:问答JQuery data not sending correctly to CFC
So for the life of me I can\'t figure out why my CFC function is not running...firefug says it runs, but nothing happens.[详细]
2023-03-21 03:39 分类:问答What's the best way to unit test a cfc that uses a Java object for a lot of its functionality?
I have a cfc that relies heavily on a Java object (created via JavaLoader) for a lot of its core functionality that I\'d like to write some tests for and I\'m not sure what the best way to do this is.[详细]
2023-03-20 12:06 分类:问答Sending all of form scope to a CFC asynchronously
Currently working on trying to figure out asynchronous submission in ColdFusion. I always have trouble with this. I have a form that I want to submit to a remote CFC and get some sort of response back[详细]
2023-03-20 11:28 分类:问答Communications failure link in CFC with query
I have a CFC that processes a \'contact us\' kind of form on a job posting site. The cfc is designed to handle a couple of different forms from the site; a generic \'contact us\' form and another \'I\[详细]
2023-03-19 20:36 分类:问答asynchronous events through CFCs vs cfthread?
I can\'t believe I just read this: Using the CFML event gateway for asynchronous CFCs As far as I know a thread can also be used to do async events.However, I am having trouble understanding when I s[详细]
2023-03-16 06:51 分类:问答What do we handle validation when using implicit setters and getters in CF9?
How do we handle validation when using implicit setters and getters? I imagine when using explicit getters and setters, we would do something like:[详细]
2023-03-15 01:29 分类:问答ColdFusion <cfselect> binding Error
I am trying to populate a drop down list based on the user\'s selection made in the previous drop down list. Both drop down lists are in the same form. Each drop down list is to be populated with a 2-[详细]
2023-03-13 14:19 分类:问答