On Monday, Sep 15, 2003, at 15:28 US/Pacific, Tyler Silcox wrote:
> Both examples throw an error. Is this how CF5 was?

LiveDocs:

http://livedocs.macromedia.com/coldfusion/5.0/CFML_Reference/ 
Expressions3.htm

"When a variable does not have a scope prefix, ColdFusion searches for  
it in the following sequence:

Local variables created using cfset and cfquery
CGI
File
URL
Form
Cookie
Client"

You can compare this with CFMX 6.1:

http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/variab38.htm

"If you use a variable name without a scope prefix, ColdFusion checks  
the scopes in the following order to find the variable:

Arguments
Variables (local scope)
CGI
Cffile
URL
Form
Cookie
Client"

So the behavior is basically the same. No "request" scope.

Sean A Corfield -- http://www.corfield.org/blog/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Reply via email to