>I know it's not solving your problem directly, but can you re-engineer > the Application.cfm into an Application.cfc that takes advantage of the > onError event? I believe it can see everything. Might take some doing, > but in the long run might be worth it.
I don't think it will work. If you dump the variables scope from within a cfc such as Application.cfc, it will give you the variables struct local to the cfc rather than the variables struct from the erring page. This is what I do now (use onError), and I can get every scope except variables. -- Josh ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276568 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

