Top "Coldfusion" questions

ColdFusion is a server-side rapid application development platform, implementing the dynamic general purpose CFML programming language.

How to perform submit button function in ColdFusion?

I am new to coldfusion , please check my code below <cfif isDefined("form.submit")> <cfoutput> <…

coldfusion cfform
encodeForHtml() vs htmlEditFormat()

encodeForHtml() (new in CF10) vs htmlEditFormat(), how are they different?

coldfusion esapi coldfusion-10
The request has exceeded the allowable time limit Tag: cfhttp

I am facing this issue on a daily basis. I am having an application which Catches the huge data from …

coldfusion cfhttp
Connection reset by peer: socket write error - cfcontent on Coldfusion 10

We recently upgraded from Coldfusion 9 to CF10 and I'm now receiving a sporadic error on a page where I'm using …

tomcat coldfusion coldfusion-10 connection-reset
Why are HTTPOnly Cookies not being set correctly in IE9?

I have setup my ColdFusion application to set HTTPOnly cookies using the code below (from http://www.petefreitag.com/item/764.…

internet-explorer cookies coldfusion session-cookies httponly
ColdFusion CFHTTP working with data returned from API

I am just starting to work with the Rotten Tomatoes API to retrieve movie information, and I need some help …

json coldfusion rotten-tomatoes
How Do I Parse JSON Return From ColdFusion CFC?

I've simplified this code for the ease of explanation. I have a cfm page where the user clicks on a …

jquery ajax json coldfusion cfc
How to validate characters ONLY in ColdFusion CFForm?

I've got a very simple cfform with a single form field: <cfform action="asdf.cfm" method="post"> <…

regex validation coldfusion cfform cfinput
How to log information from inside <CFScript>

I am learning to use <cfscript>. Is there any way I can log some messages or values inside …

coldfusion cfml lucee
How do I discard a row from a ColdFusion query?

Given a query (pseudo-code): <cfquery name="myquery">SELECT * FROM stuff</cfquery> How do I get rid …

coldfusion railo