Can't Access Queries From application.cfm In Custom Tags
Maybe someone can help with this one... I've run into this in the past and just skirted around it, but now it's driving me crazy.
Why don't custom tags have access to data from queries in my application.cfm file?
For example, I have a query in my application.cfm file that pulls information about a currency in which a user has specified as their default currency (stored as a cookie), and I want to use that information within a custom tag that is later used to render a page of the shopping cart.
Unfortunately ColdFusion doesn't see the query. Are custom tags somehow run before/ignore the root application.cfm file?
