Off the top of my head, I know you can't use a CFMAIL tag inside CFOUTPUT, I'm sure 
they're are several others as well.   But from what I remember, Cold Fusion error 
messages mentioning whether or not a tag can be nested inside a CFOUTPUT are pretty 
descriptive as such.  Therefore if you get some sort of error message, it's time to 
modify your code appropriately.

As far as one REALLY big output is concerned, typically I like to break down a page 
into as many smaller cfoutputs as possible.  Granted it's a minimal performance impact 
and makes the code look a little cleaner IMHO.

Gregory Harris
Los Angeles ITA Dept.
[EMAIL PROTECTED]


>>> [EMAIL PROTECTED] 08/07 1:32 PM >>>
ARGHH!!!! The Cold Fusion Documentation strikes again! Help!

CFML Language Reference Pg. 131: "CFLOOP allows you to loop over tags that can not be 
used inside CFOUTPUT"

I cannot find ANY mention of WHICH tags cannot be used inside a CFOUTPUT!?
What tags is this line referring to?!!?

Help! I am planning to wrap my entire pages inside one big CFOUTPUT. Now I found this 
cryptic line in the documentation.
Does anyone know what it is referring to?

At 11:11 PM 8/4/00 -0400, Peter Theobald wrote:
>Before I go ahead with <CFOUTPUT> at the top of the page and </CFOUTPUT> at the 
>bottom of the page and a whole 'lotta page in between...
>
>I am afraid that running some other CF tags inside a CFOUTPUT might cause trouble.
>Is there *anything* that might get hurt by being inside a CFOUTPUT?
>CFQUERY?
>SQL?
>INCLUDE?
>
>---------------------------------------------------------------------------
>Peter Theobald, Chief Technology Officer
>LiquidStreaming http://www.liquidstreaming.com 
>[EMAIL PROTECTED] 
>Phone 1.212.545.1232 Fax 1.212.679.8032
>
>------------------------------------------------------------------------------
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ 
>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. 


---------------------------------------------------------------------------
Peter Theobald, Chief Technology Officer
LiquidStreaming http://www.liquidstreaming.com 
[EMAIL PROTECTED] 
Phone 1.212.545.1232 Fax 1.212.679.8032

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ 
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.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to