Kris Jones wrotee: >> As long as you are not using cfimport it can work on individual files. > > Is this only an issue with cfimport? Or does cfmodule, cfinclude, > cfinvoke, etc., introduce the same issue?
Only with cfimport because cfimport does its magic at compile time instead of runtime. You can actually get it to work even with cfimport, but it is cumbersome and I have had some weird issues with the compiled code not working properly so I don't recommend it. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262791 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

