You can use includes recursively as long as you are willing to manage your own stack. BTW, even managing your own stack with includes is faster than using custom tags (at least pre-cfmx).
Matt Liotta President & CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 > -----Original Message----- > From: Bryan Love [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 06, 2002 10:59 AM > To: CF-Talk > Subject: RE: CFMODULE vs CFINCLUDE > > cfinclude is WAY WAY WAY faster > > ALWAYS use includes if you can... Of course there will always be > circumstances where you won't be able to (like recursive calls), but > always > try. > > +-----------------------------------------------+ > Bryan Love > Macromedia Certified Professional > Internet Application Developer > Database Analyst > TeleCommunication Systems > [EMAIL PROTECTED] > +-----------------------------------------------+ > > "...'If there must be trouble, let it be in my day, that my child may have > peace'..." > - Thomas Paine, The American Crisis > > > > -----Original Message----- > From: Frank Mamone [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 06, 2002 10:55 AM > To: CF-Talk > Subject: CFMODULE vs CFINCLUDE > > > I have a page where I want to conditionally include specific code blocks > which exist in other pages. > > What is more efficient, CFMODULE or CFINCLUDE? > > Thanks > > > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.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

