We have a client who uses a large single file that is run with every request that produces display output. It contains <cfparam declarations for text labels and messages that are used throughout a large eCommerce web site, here is an example: -
<cfparam name="txt_no_mail" default="Please, do not Email me anything">, where the text is declared there is a simple <cfoutput># txt_no_mail#</cfoutput>. Some of these <cfparams span several lines and include html formatting tags. What are your opinions of a better way to do this? As I mentioned, currently this file gets run with every request. As a side note the site is multi-lingual and has conditional versions of the same param name with different language versions. This is CF50 but could eventually be ported to CFMX. Kind Regards - Mike Brunt Webapper Services LLC Web Site http://www.webapper.com Blog http://www.webapper.net Webapper <Web Application Specialists> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

