[thelist] Re: CF: Fusebox, Scoping & CGI Variables

David Shadovitz david_shadovitz at xontech.com
Mon Oct 30 17:39:59 CST 2000


There's a brief mention of the REQUEST scope in the CF 4.5 docs.

http://www.allaire.com/documents/cf45docs/acrobatdocs/45dwa.pdf
(DEVELOPING WEB APPLICATIONS WITH COLDFUSION)
p.76:
"The Request scope is a reserved variable/scope that allows you to store
data pertaining
to the complete hierarchy of custom tags used in a single page request.
It is a structure
named "request." The variable is available to all templates: base,
includes, and custom
tags. Collaborating custom tags that are not nested in a single tag can
exchange data
via the request structure. You should assign a unique name for each
variable. You
should store data in structures nested inside the request scope."

-David





More information about the thelist mailing list