Question
reset = "yes" in cfcontent
I have the following code:
A
<cfcontent reset = "Yes">
B
<cfcontent reset = "No">
I thought the result will be "B". But the result is empty page. Why is that? CFML documentation says the "Yes" values "discards output that PRECEDES call to cfcontent". So why it discards the "B" that is AFTER the cfcontent?
A
<cfcontent reset = "Yes">
B
<cfcontent reset = "No">
I thought the result will be "B". But the result is empty page. Why is that? CFML documentation says the "Yes" values "discards output that PRECEDES call to cfcontent". So why it discards the "B" that is AFTER the cfcontent?