I\'d like to somehow find out which CFC is calling my method. I have a logging CFC which is called by many different CFC\'s. On this logging CFC there\'s a need to store which CFC called for the log.
I need to be able to find the IP address of the server the page is currently executing on. I have some code that calls a third party site and has to pass a specific key that changes depending on which
I have some problem with my cfml website. I have used the below开发者_开发百科 code in application.cfc file to connect with the dsn.
We have started a new CF8 app and it is running dog slow.A test where we go around ColdFusion (queries w开发者_如何学JAVAithin a database utility) show normal speed (80ms).CF8 returns the same query i
I have an array of structs in ColdFusion. I\'d like to sort this array based on one 开发者_开发知识库of the attributes in the structs. How can I achieve this?I\'ve found the StructSort function, but i
I have an application that uses coldfusion\'s session management (instead of the J2EE) session management.
I\'m trying to change instances of the following line: URL: http://www.google.com/?s= test to URL: <a href=\"http://www.google.com/?s=%20test\">http://www.google.com/?s= test</a>
Having an issue here that I have tried everything I can think of but cant get it to work. I have a page with a link that creates a cfwindow like so
I have a field as follows in MySQL: Type: Text Length: 0 Decimals: 0 And when I try to insert data around the size of 4 pages of MS Word, Coldfusion errors with: Data Too Long from the DB.
I am passing value of text-area in a.cfm in variable of GetXmlHttpObject to b.cfm page and displaying the value in a . How can I get exact formatting of the text I entered in text-area of a.cfm page i