In your example, the "reset" isn't actually clearing anything as nothing
was ever written to the output stream.

Actually, I assume the answer will be found in something like <cfdump
var="#getPageContext().getResponse()#" />.

-----Original Message-----
From: Mik Muller [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 22, 2007 9:46 AM
To: CF-Talk
Subject: Re: retrieving generated output

        <cfsavecontent variable="hoohah">
                blah blah blah
        </cfsavecontent>

        <cfcontent reset="yes" />

        <cfoutput>#hoohah#</cfoutput>

Make sure the cfcontent reset is OUTSIDE and AFTER the cfsavecontent tag

Mik


At 09:32 AM 3/22/2007, you wrote:
>I can use <cfcontent reset="yes" /> to reset the datastream to the
>webserver.  Does anyone know how I can capture all that content into a
>variable first, for later use? 
>
>
>This email message may contain privileged and/or confidential
information. If you are not the intended recipient(s), you are hereby
notified that any dissemination, distribution, or copying of this email
message is strictly prohibited. If you have received this message in
error, please immediately notify the sender and delete this email
message from your computer.
>
>CAUTION: The Agency of Human Services cannot ensure the confidentiality
or security of email transmissions.
>
>
>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273366
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to