At 01:19 PM 7/23/2002 -0400, you wrote: >UDFs are not going by the wayside, it's still a good thing to use. I just >use it for display formatting and things like that. CFModules to me have >gone to the wayside as I'm using CFCs more. I haven't figured out what >I'm going to be using cfmodule for anymore. ;)
I had this conversation with Rob Brooks Bilson (I.E. he wrote the O'rielly Programming ColdFusion book and is part maintainer of cflib.org ) during the beta cycle. The thing that you can do with custom tags (When you say cfmodule, I imagine you mean custom tags) that you cannot do with CFCs / user defined functions is create subtags. As an example from the CFML language, you must use cfslider inside a cfform tag. So, cfslider is a subtag of cfform. Or cfqueryparam is a subtag of cfquery. There are some other examples. I have never needed to build a custom tag in this manner, but it is something I cannot do with a CFC or UDF. -- Jeffry Houser | mailto:[EMAIL PROTECTED] Need a Web Developer? Contact me! AIM: Reboog711 | Phone: 1-203-379-0773 -- My CFMX Book: <http://www.amazon.com/exec/obidos/ASIN/0072225564/instantcoldfu-20> My Books: http://www.instantcoldfusion.com My Band: http://www.farcryfly.com ______________________________________________________________________ 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 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

