Not in Custom Tags. They run in their own space.  Request, Session and
Application variables are passed through, but any other variables that you
pass as parameters must be referenced as Attributes.variable.  Conversely if
you want to send something back to the calling template, you must user
Caller.variable, then reference it with just variable or variables.variable
in the calling template.

-----Original Message-----
From: Thomas Chiverton [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 02, 2001 1:09 AM
To: CF-Talk
Subject: RE: cfmodule oddness


Ah ha !
Cheers muchly :-)

I though CF would automagicly try attributes.,cookies., etc. if you just
gave it a variable name ?
-----Original Message-----
From: Sandra Clark [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 01, 2001 5:19 PM
To: CF-Talk
Subject: RE: cfmodule oddness


Are you using Attributes.x in the custom tag?

-----Original Message-----
From: Thomas Chiverton [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 01, 2001 8:05 AM
To: CF-Talk
Subject: cfmodule oddness


I'm using
<cfmodule name="emea.bot" x="khdsgvlkh">
but get the error
The required parameter x was not provided.
From
d:\CFUSION\CustomTags\EMEA\bot.cfm.

What gives ? The documentation says you can do this...

Regards,

Thomas Chiverton,
Intranet Webmaster and Desktop Analyst
Office: 01565 757 909
As a GUI, reality in useless...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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