There are a lot of semantics at work here.

For example, you ask about variables being passed. A custom tag is called 
while the calling template is being processed, so all of the active 
variables in that template are in memory.  The caller scope allows the 
custom tag to reference those variables, creating, at least in concept, a 
pointer.

AFAICT, this is entirely a single threaded operation, so nothing happens in 
the calling template until after the custom tag has executed.

Cary

At 09:48 AM 5/9/00 -0500, you wrote:
>What are the ramifiactions of using the Caller Scope in a Custom tag?  Are
>all of the calling template's variables passed to the custom tag?  Also, are
>the actual variables passed or is just pointers to the variables?
>
>Russel Madere, Jr.
>Web Developer


Cary Gordon
The Cherry Hill Company

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to