> I remember hearing somewhere that CFMX searched scopes > differently, like maybe it wouldn't search scopes at all > anymore, you always had to use Form.name instead of just > using 'name' and letting it find it in the Form scope (I know > it's best pratice to scope anyway). > > Is there any truth to this or am I just making it up? Anyone > have a URL that states this? I searched but couldn't find > anything.
To the best of my knowledge, this isn't true. However, it'll take you about five minutes to knock up an example which will tell you exactly what's going on: <cfset Form.foo = "form"> <cfset URL.foo = "url"> <cfoutput>#foo#</cfoutput> Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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

