> Yeah, it said Application.cfm... > > I'm working on a legacy app, (on CF 9) that uses an Application.cfm, > which I cant rebuild right now. > inside of the file, there is a custom structure set called CFA., it's > part of a home grown "framework". > > Would it automatically be dropped into the application scope, in v.9 > ie: application.cfa.whatever. or is it living and dying by the > request, even though it's being set in Application.cfm
Unless it's specifically in the Application scope, it will be local to the page running the request. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:347766 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

