> What I want to do:
> 
> <cfset content=<cfinclude template="content.cfm">>
> 
Instead, try :

<cfsavecontent variable="content">
    <cfinclude template="content.cfm">
</cfsavecontent>

If you're not on CF5, look up CF_BodyContent from the fusebox.org website.

Regards

Stephen


______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to