Actually I prefer to look at the request scope as a global variable to the user, where as application is global to the application.
-----Original Message----- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: Thursday, 27 June 2002 1:04 AM To: CF-Talk Subject: RE: What is the best variable scope? Actually, I prefer not to use the request variable scope. Parameter passing is important part of custom tag re-usability. Writing custom tags that are based on 'global' variables (I.E. the request scope is global to the current request) violates the re-usability constraint. The only reason I see for the request scope over the variables scope is to avoid parameter passing. ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

