If you use <cfinclude> inside a <cffunction> tag in a component, all
of the function scoped variables are moved to the "variables" scope
for that component.  Its a nasty little bug that utterly lays waste to
thread safety when using cfinclude in a method call... but I say, just
don't do that!

On Mon, 5 Jul 2004 18:27:39 -0400, Postmaster <[EMAIL PROTECTED]> wrote:
> Jim,
> 
> I use cfinclude inside of CFC Methods... what doesn't work? It must not be
> used in my code currently.
> 
> John Farrar
> 
> 
> 
> ----- Original Message -----
> From: "Jim Davis" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, July 05, 2004 4:41 PM
> Subject: RE: [CFCDev] Serialization of CFCs
> /service pack.
> >
> > For now I'm just pretending that CFINCLUDE doesn't work inside a method.
> > ;^)
> >
> > Jim Davis
> >
> >
> >
> 
> ----------------------------------------------------------
> 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]
> 


-- 
Paul Kenney
[EMAIL PROTECTED]
----------------------------------------------------------
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