into the component.
Jim Davis wrote:
> As for CFINCLUDING into a component I would highly recommend against it.
>
> There is a nasty little "feature" to that: when you CFINCLUDE inside a
> component method CF moves all of your unnamed scope (function local)
> variables into the variables scope of the CFC.
>
> This effectively blows threads safety out of the water and completely
> invalidates any proper use of "var".
>
> I recently had to rewrite a ton of my code to deal with this issue.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

