Is it bad practice to use cfincludes within a CFC? The reason I ask is because I have a small app which consists of about 20 files. The files are all included in a master file. This master file is passed a single parameter in the form of "DeliveryEmail.cfm?CampaignID=12".
Now I want to turn it into a webservice (for private use between our remote servers). Does it make sense to change the master file into a CFC and continue to include other templates within it? Or should I convert ALL of the templates to CFC's and use the extends command. Brook Davies ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm

