So with Fusebox(I assume that's the context we are all in...) why do they copy everything to attributes instead of "variables". Is it because the custom tag can't access "variables"? If so this answers my question.
-----Original Message----- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 4:14 PM To: CF-Talk Subject: Re: Newbie question on variables Attributes scoped vars are local vars usually used in custom tags and reside in server memory. "Success is a journey, not a destination!!" Doug Brown ----- Original Message ----- From: "Thane Sherrington" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, April 08, 2002 12:52 PM Subject: Newbie question on variables > I'm familiar with form.* variables, server.*, user.*, and session.*, but I > notice an attributes.* variable being used in a lot of code I see on this > list. What is this used for? Is it part of a structure? > > T > > ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. 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

