Do you have experience working with CFSILENT tags?
I tried using it for the first time and it works if it wraps around
blocks of code at the same level in the hierarchy. But if you try to
put the /CFSILENT tag inside (below) CFIF, CFLOOP, CFSWITCH, CFOUTPUT,
etc while the beginning CFSILENT tag is prior to these tags, then it
DOESN'T work! I get a CF error that an end tag is wrong (/CFCASE if
/CFSILENT is inside a CFSWITCH somewhere, /CFIF if it's within CFIF and
/CFIF, etc.)
Example that works:
<CFSILENT
<CFSET ...>
Some text
<CFIF ...>
<CFSET ...>
Some more text
</CFIF>
</CFSILENT>
Example that doesn't work:
<CFSILENT
<CFSET ...>
Some text
<CFIF ...>
<CFSET ...>
</CFSILENT>
Some more text
<CFSILENT>
</CFIF>
</CFSILENT>
Have I just stumbled onto what the rest of you already know or am I
using it wrong? The lame CF reference manual doesn't help AT ALL on
this tag.
-------------------------------------------------
Bruce Holm - Web Programmer
Lattice Semiconductor Corp.
[EMAIL PROTECTED]
-------------------------------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists