-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> I'm running a loop over a query <cfloop query=...>. I don't 
> have anything to
> output in the loop and I can't get the whitespace out of the 
> final output. I
> have enlosed the entire page in cfenablecfoutputonly but it 
> seems like cold
> fusion treats the loop like <cfoutput query=...>.

Look on the Developer's Exchange for CF_ZeroOutput.  Just surround
the loop in <CF_ZeroOutput></CF_ZeroOutput> tags.  The custom tag
sets ThisTag.GeneratedContent to an empty string at the end tag, thus
eating all the whitespace & never sending it out to the browser.

Best regards,
Zac Bedell

========================================
Zachary S. Bedell,
Chief Technology Officer,
Adirondack Technologies, Inc.

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.2 for non-commercial use <http://www.pgp.com>
Comment: Please use PGP!!!

iQA/AwUBOS2iyQraVoMWBwRBEQJvsQCgglTO5ZFzalrjFtttcZqyt53IjHkAoJKm
dgUI/3bRrPuczhj1XHAFQRw2
=vLmG
-----END PGP SIGNATURE-----
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to