> The bottom line is basically, don't use cfinclude
> within CFCs.

Brian: Unless I missed something during the last go-round, the bottom line
is actually "don't use cfinclude within cffunction". Using it like this:

<cfcomponent>
 <cfinclude template="someFunction.cfm">
 <cfinclude template="someOtherFunction.cfm">
</cfcomponent>

...works just fine, and doesn't result in var'd variables being copied into
the variables scope.

--
Roger Benningfield
JournURL: http://journurl.com/
blog: http://admin.support.journurl.com/ 





----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' 
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

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

Reply via email to