Andrew Scott said the following on 9/11/2006 8:20 PM:

Hmmm,

 

Yes it is, but that is not answering my question.

Yes it does in a way. Read the docs... ;-)

<cffunction name="onRequest" returntype="void" output="true">
   <cfargument name="targetPage" type="String" required="true" />

   <cfset var sc - "" />

   <cfsavecontent variable="sc">
      <cfinclude template="#Arguments.targetPage#">
   </cfsavecontent>

   <!--- Perform necessary manipulation  of content --->
   ...

   <cfoutput>#sc#</cfouput>

</cffunction>
-- 
Peter J. Farrell - Maestro Publishing
http://blog.maestropublishing.com
--
Co-Host of the ColdFusion Weekly Podcast
http://www.coldfusionweekly.com

You are subscribed to cfcdev. To unsubscribe, please follow the instructions at http://www.cfczone.org/listserv.cfm

CFCDev is supported by:
Katapult Media, Inc.
We are cool code geeks looking for fun projects to rock!
www.katapultmedia.com

An archive of the CFCDev list is available at www.mail-archive.com/[email protected]

Reply via email to