Thanks.

That's what I was thinking.  I need to change some internal documentation to
reflect that.

============================================================
  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 11:39
> To: CF-Talk
> Subject: RE: Help me! My brain won't start
>
>
> oh ok. did you try just:
>
> arrWhatever="#caller.arrWhatever#"
>
>
> -----Original Message-----
> From: Russel Madere [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 30, 2001 8:41 AM
> To: CF-Talk
> 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/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to