There is no reason to use the caller scope unless you are referencing the
calling page from _within_ a custom tag. So, if you want to pass an array to
a custom tag, your first example will work fine.

jon
----- Original Message -----
From: "Russel Madere" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 30, 2001 11:41 AM
Subject: RE: Help me! My brain won't start


> I knew that.  We are using CFMODULE because the files reside in a
> centralized CodeResources directory.  What I need help with is passing the
> array.
>
> ============================================================
>   Russel Madere, Jr.         Senior Web Developer
>   ICQ: 5446158               http://www.TurboSquid.com
>
> Some days you eat the bear; some days the bear eats you.
> ============================================================
>
>
> > -----Original Message-----
> > From: Dylan Bromby [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, April 30, 2001 10:11
> > To: CF-Talk
> > Subject: RE: Help me! My brain won't start
> >
> >
> > you can use <CF_Whatever> and as long as whatever.cfm is in the same
> > directory OR in the custom tags directory you should be fine.
> >
> > -----Original Message-----
> > From: Russel Madere [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, April 30, 2001 8:00 AM
> > To: CF-Talk
> > Subject: Help me! My brain won't start
> >
> >
> > I'm getting ready to implement a custom tag that needs to have an array
> > passed.
> >
> > Can I just do:
> >
> > <CFMODULE template="whatever.cfm" arrWhatever="#VARIABLES.arrWhatever#">
> >
> > Or should I do:
> >
> > <CFMODULE template="whatever.cfm"
> > arrWhatever="CALLER.VARIABLES.arrWhatever">
> >
> > My brain is so fried this morning, I just can't even conceptualize an
> > answer.  I must remember to skip the Jazz and Heritage Festival
> > next Sunday.
> >
> > Russel
> > ============================================================
> >   Russel Madere, Jr.         Senior Web Developer
> >   ICQ: 5446158               http://www.TurboSquid.com
> >
> > Some days you eat the bear; some days the bear eats you.
> > ============================================================
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to