I'd have liked to see <CFSILENT> with the option of dumping the silenced
code to a variable.  Kinda like:

silent.cfm
<CFSCRIPT>
if (ThisTag.ExecutionMode is "end") {
if (isDefined("attributes.outputTo"))
SetVariable("caller.#attributes.outputTo#", ThisTag.GeneratedContent);
ThisTag.GeneratedContent = "";
}
</CFSCRIPT>

I remember a Spectra tag that caught output, but generated whitespace...
anyway.  Just thought I'd vent my thoughts :-)
Have a good night/day guys, sorry to hear the finale of Sopranos lacked
inticement.
ap


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to