On 7/12/05, Barney Boisvert <[EMAIL PROTECTED]> wrote: > You can't. The INCLUDE verb in FB4.x is a fusebox thing, not a CF > thing. More specifically, it's an include to a fuse inside the > circuit you're currently operating, while CFINCLUDE is an include to > an arbitrary CFM file on the server. If you want CFINCLUDE's > behaviour, you have to use CFINCLUDE, most likely within an action > fuse.
An alternative is to use the Fusebox 4.1 lexicon capbility to write your own tag that can do a cfinclude. For an example, take a look at http://www.fusebox.org/forums/messageview.cfm?catid=27&threadid=4868 Or you could write a plugin and pull in the UDF libraries in the preProcess phase (using CFINCLUDE in the plugin) Or you can even use a globalpreprocess <do> action. Point is, there are a lot of choices :) -- John Paul Ashenfelter CTO/Transitionpoint (blog) http://www.ashenfelter.com (email) [EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211781 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

