> > Some of the lines will be dynamic based on what the user enters into > > > the text boxes on the form. > > This raises alarm bells! > > I hope any user supplied data is fully sanitized otherwise you've got > a MASSIVE security hole! > > Can you explain exactly what you're attempting to do here, and why > (you think) you need to dynamically create a CFC?
I was thinking of going this route, because it is data that will be used to print on case labels. The complexity of what needs to be printed on the label is very high (i.e. complex date formatting, calculation of future dates) so it is almost easier to create a unique cfc for each label rather than save the data in the database. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326136 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

