| I'd definitely confirm that with testing. As far as I know the caller | scope is the variables scope of the calling page. I'm not sure if (or how) | something in the local var scope would get recognized by the tag.
I did that test now - on both CFMX8 and OpenBD - and (in the function) if one var's the variable before it is set in the tag (using Caller.something) then it will be local to the function. So the conclusion is - var scope stuff that will be created in the caller, and you are thread safe. Interesting - one can apparently also manipulate url/request scopes using Caller.url.variable - not sure when that would be useful... :) Cheers, Hugo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CFCDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cfcdev?hl=en -~----------~----~----~----~------~----~------~--~---
