> > Is it possible to dynamically determine if the code being > > processed is in the middle of a CFTransaction? > > Sure, > > <CFIF ListFind(getBaseTagList(), "CFTRANSACTION")> > I am in a transaction > <CFELSE> > I am not in a transaction > </CFIF>
Well, there you go. I'd never even thought of that - I've only used that function from within custom tags. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com 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

