I believe those scopes need to be explicitly ...um...scoped :) e.g.
<cfset application.foo = "bar" /> <cfoutput>#bar#</cfoutput> will result in an error, since CF hunts thru the specific scopes (query, arguments, variables, cgi, url, form, client) and does not encounter 'bar' in any of them. On 10/18/05, Duncan <[EMAIL PROTECTED]> wrote: > I was just thumbing through my CFMX7 Developer Exam StudyGuide and there is > a section that lists the evaluation order of the scopes of CF. Something is > bugging me though - when does application. session. server. request. get > evaluated? > > -- > Duncan I Loxton > www.sixfive.co.uk <http://www.sixfive.co.uk> > [EMAIL PROTECTED] > > "I can only please one person per day. Today is not looking good. Tomorrow > isn't looking much better." Dilbert > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221415 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

