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
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.
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?
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.
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.
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
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\
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
How do we handle validation when using implicit setters and getters? I imagine when using explicit getters and setters, we would do something like:
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-