↑
🔍
Pages Tagged “ColdFusion”
Tech Tips
Broken HTML Email on Lucee
CFMAIL on Lucee through 5.x uses an encoding that can break minified HTML or CSS when sending formatted email.
cfspreadsheet + GetTempFile() = NullPointerException
In ColdFusion, CFspreadsheet expects to write to a .xls extension, not .tmp, so you have to make sure the name ends in .xls before you write to it.
Dates and ColdFusion Query of Queries
ColdFusion’s Query of Queries is very particular about the format of dates on both sides of the comparison.
Empty AJAX Replies Working on ColdFusion But Not Lucee
The default response type on Lucee is text/xml, and some front-end code will try to parse the empty response and throw an error.
Expected dict - Errors in FDF Acrobat Forms
FDF uses parentheses to delimit strings. Make sure that anything you use to generate FDF code escapes them properly using backslashes.
↑Top