if you're on CFMX, the debugging output has two formats, 'classic' and 'tree'. tree format will list the templates in the order they were called, nested as appropriate. It also takes a LOT longer to render if you have a large number of includes (like with recursive calls to templates).
If you're not of CFMX, then throw an error in the template in question, make sure it is NOT handled, and then you can look at the stack trace in the error message. I'm not positive that'll work on CF5, but I know it works on CF4.5. --- Barney Boisvert, Senior Development Engineer AudienceCentral (formerly PIER System, Inc.) [EMAIL PROTECTED] voice : 360.756.8080 x12 fax : 360.647.5351 www.audiencecentral.com > -----Original Message----- > From: John Quarto-vonTivadar [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 05, 2003 3:03 PM > To: CF-Talk > Subject: Cfinclude direct caller? > > > I was wondering, if you have a series of nested CFINCLUDEs how can I > tell the one which called a particular one (not the base template and > not the current template but the one that actually did the include of > the current template) > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

