Extra white space can be a problem for some in ColdFusion. If you are creating ColdFusion Components (CFC) or User Defined Functions (UDF) then there is an attribute to the CFFUNCTION tag that can help.
The OUTPUT Attribute: You should add the attribute output=”no” to the CFFUNCTION tags in your CFC/UDF when it is not rendering display text. This will make it work like CFSILENT, when set to “yes” its like CFOUTPUT.
Note: CFSILENT suppresses all output that is produced by the CFML within the tag’s scope.






0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment