> In getcontent.cfm, it set thistag.generatedcontent="", which did
> not seem to
> work when calling with cfmodule.

That's weird. I just tried this:



file1.cfm:
<html><body>
<cf_testa>
<p>Comment this out using cf_</p>
</cf_file2>
<cfmodule template="file2.cfm">
<p>Comment this out using cfmodule</p>
</cfmodule>
</body></html>

file2.cfm:
<cfif ThisTag.ExecutionMode EQ "end">
    <cfset ThisTag.GeneratedContent="<!--" & ThisTag.GeneratedContent &
"-->">
</cfif>



and it worked fine. Maybe in some circumstance it doesn't work? But in this
simple case it does.

------------------------------------------------------------------------------
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.

Reply via email to