> Question: Do custom CF tags "see" the parent template's > application scope variables? Without testing it, I'm > guessing the answer is 'No'. How then, would I access > application variables from a custom tag? Can I do a > 'caller.application.whatever = something'?
Yes, the Application scope is available to both custom tags and the pages that call them. For that matter, so is the Request scope. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona 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

