Top "Coldfusion-9" questions

ColdFusion is a server-side rapid application development platform, from Adobe.

displaying an ajax response with jquery

I have a Coldfusion cfc that queries a database for data. I would like to call that cfc and display …

jquery ajax coldfusion coldfusion-9
illegal xml character on SQL Insert

I am trying to insert the following string into an sql xml field <?xml version="1.0" encoding="UTF-8"?> <…

sql-server coldfusion xml-parsing coldfusion-9
ColdFusion inital value of currentrow when no index specified in cfloop

I am converting a ColdFusion application to C# (I'm a CF n00b). I have a script that performs a …

coldfusion coldfusion-9 cfquery
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
Looping over lists in cf9

Page 116 of the developer's guide says "Unlike the cfloop tag, CFScript for-in loops do not provide built-in support for looping …

coldfusion coldfusion-9 cfloop
In ColdFusion, is there a numberFormat() mask to drop the decimal if it is 0?

I'm trying to format numbers so that 2 decimal places show up, unless it is a whole number - then I …

coldfusion coldfusion-9 number-formatting
Things to watch out for in ColdFusion 9 with CF-ORM

What are some of the things you've observed in ColdFusion 9 with CF-ORM (Hibernate) that one should watch out for?

orm coldfusion coldfusion-9
Time Format - Coldfusion 9

I am trying to create a time stamp in coldfusion that would include milliseconds. My issue is that I cannot …

datetime coldfusion timestamp coldfusion-9
How do you write a image to browser as a binary stream in coldfusion?

I have a service on a Coldfusion 9 server that creates image banners on the fly for us. A separate machine …

coldfusion coldfusion-9
How to implement the OWASP ESAPI validator with groups of validation attempts in ColdFusion?

I have been playing around with the OWASP ESAPI utilities that are included with ColdFusion 9. ColdFusion's Builtin Enterprise Security API. …

coldfusion coldfusion-9 cfml esapi