[KCFusion] CustomTags

2001-10-10 Thread Nathan Haley

Hello all
Is there a way to make variables, like from a proc result, available to
custom tags without defining them as session or Attributes of the tag? IE.
have a custom tag reference a variable from the page that called it?
 
 
__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]
 



RE: [KCFusion] CustomTags

2001-10-10 Thread Ryan Hartwich

You could use cfinclude which uses the variables in the calling page
directly.  The down side is that you loose some of your reuse
capabilities that cfmodule gives you.




-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
Behalf Of Nathan Haley
Sent: Wednesday, October 10, 2001 12:59 PM
To: '[EMAIL PROTECTED]'
Subject: [KCFusion] CustomTags


Hello all
Is there a way to make variables, like from a proc result, available to
custom tags without defining them as session or Attributes of the tag?
IE. have a custom tag reference a variable from the page that called it?
 
 
__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]
 



 
 
__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]
 



Re: [KCFusion] CustomTags

2001-10-10 Thread Daryl Banttari

The parent's variable scope is caller.

You can also use the 'request. scope, which is global to all templates in
the page request, but is not shared across requests, so does not require
CFLOCKing the way Application and Session vars do.

--Daryl

- Original Message -
From: Nathan Haley [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, October 10, 2001 1:59 PM
Subject: [KCFusion] CustomTags


 Hello all
 Is there a way to make variables, like from a proc result, available to
 custom tags without defining them as session or Attributes of the tag? IE.
 have a custom tag reference a variable from the page that called it?


 __
 The KCFusion.org list and website is hosted by Humankind Systems, Inc.
 List Archives http://www.mail-archive.com/cf-list@kcfusion.org
 Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
 To Subscribe mailto:[EMAIL PROTECTED]
 To Unsubscribe mailto:[EMAIL PROTECTED]



 
 
__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]