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