The official community for ColdFusion.
Recently active
Our currently environment is CF8 running using JRun4 (via the wsconfig tool ) with IIS 6.0 has the webserver. We are trying to migrate our environment to CF10 using JBoss7 as the processing engine with IIS7 as the webserver. We have managed to configure the ISAPI Connector so that IIS sends .cfm, requests to JBoss7The issue we are running into is that when calling a .cfm file ISAPI Connector, ColdFusion cannot fine the file inside the IIS website root. Yet if the cfm. file resides in the cfusion.war root, then ColdFusion finds the file and processes it.
Does anyone have a full working example of Jquery autocomplete with json that works?I can't get any of the examples that I am finding online to work.
Hi! I'm just getting started with ColdFusion and I'm having difficulties already. I have the following: <cfset firstname="bob"><p style="font-color:#ccccc">Hello <cfoutput>#firstname#</cfoutput> it is so nice to see you</p>But instead of saying "Hello Bob it is so nice to see you"it says"Hello #firstname# it is so nice to see you."I'm using xammp for apache and using dreamweaver. Can anyone help me figure out why this isn't working correctly?
Hi can any one help me why flash is not working on my website www.likesfast.comI am using different scripts on it but the bigest problem is with the flash
Hi,since we have upgraded to CF10 from 9, I don't see any errors on the cfm page except for the plain "500 - Internal server error.". I have to go to the application log file on CF Admin, but that does not give enough information.I have checked the "Enable Robust Exception Information" on CF admin page. Are there any other settings I need to enable to display detailed error messages like it used to on CF 9?Thanks!
We bought CF-10 standard edition and pulled legacy .cfm over. When we try to open it in a browser, I get a 500 - internal server error.When I rename my application.cfm and open the browser, my legacy pages display, but with "session errors" due to the session variables not being passed.My logon code is built into the application.cfmwe still have our older version of CF installed on another server, and the logon page displays fine. My application.cfm doesn't have errors.I read that others can use legacy application.cfm and I need to use mine. I don't know where to start to correct a 500 internal server error.Can someone help me with this? (please?)
I'm unable to view the new CF 10 CFML function, tag definitions and help files in DW CS6 after using the ColdFusion10_Tags_for_DW.mxp update file. I see that the 'CF10 Extensions' are enabled in Adobe Extension Manager CS6. When I pull up the Reference tab Book: 'Adobe CF Function Reference', I don't see canonicalize in the drop down of 'CFFunctions'.Is there an issue with updating the extensions within DW CS6?Any help would be great.Garth
I have an cfgridrow that should only allow 3 digits, is there a way to set the maxlength on a cfgridcolumn? If so, how is this done? 2nd: I have a column for notes: <CFGRIDCOLUMN NAME="TeamNotes" SELECT="YES" HEADER="Team Notes" TYPE="STRING_NOCASE">if Yes is typed in and saved when the screen is refreshed it is displayed as TRUE (but in the database is saved as Yes) happens also with No (displayed as False) is there a way to make it displayed exactly what is in the database?
first, this very page is throwing js errors in both ie8 and firefox 24.0 , i can't reply to any poststhen, with all this flurry of security breaches on gov websites running cold fusion, do we have a comprehensive white paper showing how to plug all the security holes that were uncovered?
I've been tasked with rewriting a software using ColdFusion. I cannot seem to find a lot of information on best practice development in ColdFusion. I am an experience Java developer who has never used ColdFusion before. I want to build this application using a synergy of ColdFusion and Java EE technologies. Can someone recommend me a book that outlines how to developer in ColdFusion? Ideally this book assumes the reader is an experienced developer with no exposure to ColdFusion. Ideally the methods outlined in the book are still "best practice" methods.
Hi!Can someone teach or refer to any link to generate barcode in coldfusion 10?I did try in cf8 and it works but not in cf10. Please help
Hi,have any one tried the code from this link: http://www.jensbits.com/2010/03/18/jquery-ui-autocomplete-with-coldfusion/?i created table with 2 columns: Colnumn # 1: abbrev : TX, CAColumn # 2: state: Texas, Californiaand try the code from the link above but it did do anything for me, i am not sure if didn't have it right, can you please help?ThanksLisa============<!----index.cfm---><link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/redmond/jquery-ui.css"> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script><script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js"></script><script type="text/javascript">$(function() { $('#abbrev').val(""); &nbs
How do I return a Soap Fault like this: <soapenv:Fault> <faultcode>soapenv:Client.Validation</faultcode> <faultstring>SalesCode must be 5 characters in length</faultstring> ... </soapenv:Fault>instead of a CFCInvocationException?
I would like to know if anyone has any issues installing or using ColdFusion Builder 2 since the recent release of the new version of Mac OS X 10.9 Mavericks.
Hello all ,I need your help. Can you please tell your suggestions on " Is it possible to rewrite the URL in cold fusion for the purpose of search optimization ?? If yes then how?I request you all that please reply to this question.thanks in advance.
Hello,I own the website www.dunkest.com and I was wondering if you guys could help us in selecting some Adobe products to increase our user experience.Thanks
I have a download card for design and web premium I received from my insurance claim, and I have also retrieved my serial number, But how do you actually download the software?
I currently have a ColdFusion form & need to add a "Week Selector" drop-down above my table so that:- when the week is chosen from the drop-down, (how do I generate these weeks drop-down values?)- the correct dates are added to the date fields in the form.. (how do I populate the text boxes?)- Once the user chooses the week, the Sun-Sat dates update, he then enters his time for each day..--Choose Week-->Nov 3 thru Nov 9<-- (drop-down)Sun---Mon---Tue---Wed---Thu---Fri---Sat (static labels)---------------------------------------11/03 11/04 11/05 11/06 11/07 11/08 11/09 (text boxes for dynamic dates)0 8 8 8 8 8 (text boxes for hours entry) Here is a sample picture of what I'm trying to roughly duplicate:------------------------------------------------------------------------------Note: This UDF post by Ben Nadel looks promising: http://www.bennadel.com/blog/719-Ask-Ben-Getting-The-Date-Based-On-The-Year-And-Week-In-ColdFusion.htm
Hello, Can Adobe please confirm what is covered by "Core Support" on Adobe ColdFusion 9.0.2 as this ends on 31/12/2014.Is this only for security hotfixes and major patches?Thanks in advance
Decided to try Dreamweaver CC today and it appears it does not support Coldfusion page? They have removed CF integration and Live view (even preview) appears to be broken for CF pages? Can someone at Adobe explain if this is just a bug or is Dreameaver really not supporting design of CF pages?
I have PSE 8.0 and the error: 150:30 always occurs when trying to open a file. Can anybody help me with this problem?
{{ +919833959165}}independent Goa ℰScoℛTs{{ +919833959165}} Goa airhostess ℰScoℛTs, Goa companions, pakistani ℰScoℛTs in Goa{{ +919833959165}}independent Goa ℰScoℛTs{{ +919833959165}} Goa airhostess ℰScoℛTs, Goa companions, pakistani ℰScoℛTs in Goa{{ +919833959165}}independent Goa ℰScoℛTs{{ +919833959165}} Goa airhostess ℰScoℛTs, Goa companions, pakistani ℰScoℛTs in Goa{{ +919833959165}}independent Goa ℰScoℛTs{{ +919833959165}} Goa airhostess ℰScoℛTs, Goa companions, pakistani ℰScoℛTs in Goa
independent Goa esℂor s {{ +919833959165}} Goa esℂor s, Goa airhostess esℂor s {+919833959165}!*!*!*!*! Goa companions, pakistani Esco ts in Goaindependent Goa esℂor s {{ +919833959165}} Goa esℂor s, Goa airhostess esℂor s {+919833959165}!*!*!*!*! Goa companions, pakistani Esco ts in Goaindependent Goa esℂor s {{ +919833959165}} Goa esℂor s, Goa airhostess esℂor s {+919833959165}!*!*!*!*! Goa companions, pakistani Esco ts in Goaindependent Goa esℂor s {{ +919833959165}} Goa esℂor s, Goa airhostess esℂor s {+919833959165}!*!*!*!*! Goa companions, pakistani Esco ts in Goa
Goa esℂor s agency {{ +919833959165}} esℂor Goa, Goa independent esℂor s { +91-9833959165 }!*!*!*!*! Goa ℂall gi ls, Goa female Esco tsGoa esℂor s agency {{ +919833959165}} esℂor Goa, Goa independent esℂor s { +91-9833959165 }!*!*!*!*! Goa ℂall gi ls, Goa female Esco tsGoa esℂor s agency {{ +919833959165}} esℂor Goa, Goa independent esℂor s { +91-9833959165 }!*!*!*!*! Goa ℂall gi ls, Goa female Esco tsGoa esℂor s agency {{ +919833959165}} esℂor Goa, Goa independent esℂor s { +91-9833959165 }!*!*!*!*! Goa ℂall gi ls, Goa female Esco ts
Hi,is there a hotfix for Coldfusion 9 to update the JAR-files with a signing certificate?It is needed by Java 7u45.I see an update for CF10 , but for CF9???Best regardsClaudia
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.