ColdFusion 5.0.  If I've got a <cfsilent> block and wish to cfinclude
another template that generates output to the browser, is there a means of
turning off <cfsilent> from within the included template?

<cfsilent>

[do stuff]

<cfif error_condition>
  <cfinclude template="error_message.cfm">
  <cfabort>
</cfif>

[do more stuff]

</cfsilent>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to