Top "Coldfusion" questions

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

Coldfusion - How to loop through an Array of Structure and print out dynamically all KEY values?

Giving the Array of Structure below: I am able to print out all values from all fields by doing: <…

arrays coldfusion structure coldfusion-8
Determining if a string is not null/blank and is a number and not 0?

I normally don't work in ColdFusion but there's a FTP process at work I have to create a report for …

coldfusion coldfusion-8
How to get POST data in ColdFusion

How do you get values from a POST request in ColdFusion? Figured the hard way that POST.id doesn't work …

coldfusion http-post
Picking a ColdFusion MVC Framework

I am taking over a lot of the ColdFusion stuff that is lingering at our shop and they are insistent …

model-view-controller frameworks coldfusion coldfusion-8 cfml
ColdFusion CFHTTP I/O Exception: peer not authenticated - even after adding certs to Keystore

I'm currently working with a payment processor. I can browse to the payment URL from our server, so it's not …

authentication coldfusion certificate certificate-authority cfhttp
Once grammar is complete, what's the best way to walk an ANTLR v4 tree?

Goal I'm working on a project to create a Varscoper for Coldfusion CFscript. Basically, this means checking through source code …

coldfusion antlr antlr4
Tomcat possible memory leak

The university I work at uses a Tomcat/Railo server to render ColdFusion pages. For about 6 months (before I was …

java tomcat coldfusion railo
MySQL data type: Text,,, Erroring: Data Too Long

I have a field as follows in MySQL: Type: Text Length: 0 Decimals: 0 And when I try to insert data around …

mysql coldfusion types
Trying to find a syntax highlighter for ColdFusion in Notepad++

I use CFEclipse for most of my projects and heavy lifting but sometimes I find the need to do a …

coldfusion notepad++ railo cfml
how to loop through Query Columns in ColdFusion

I have a query in a my CFC. The function contains a simple query as such. <cfquery name="qrySE" …

coldfusion coldfusion-9