csteinhilber
Programmer
I want to be able to grab the array of executed tags at any given point in a request... similar to the CFCATCH.tagContext array, but without having to be within a CFCATCH or error condition of any kind.
I imagine that doing so revolves around the GetPageContext() function... which returns a customized java PageContext object. Then... maybe GetPageContext().GetFusionContext()... but from there, I don't know where to turn.
Anybody have any insight? Basically, given a particular CustomTag, I want to know the pages/modules that executed up to the point that the CustomTag was called.
GetBaseTemplatePath() doesn't give me what I want, because there can be many many levels in between. I need the "in between".
Thanks in advance,
-Carl
I imagine that doing so revolves around the GetPageContext() function... which returns a customized java PageContext object. Then... maybe GetPageContext().GetFusionContext()... but from there, I don't know where to turn.
Anybody have any insight? Basically, given a particular CustomTag, I want to know the pages/modules that executed up to the point that the CustomTag was called.
GetBaseTemplatePath() doesn't give me what I want, because there can be many many levels in between. I need the "in between".
Thanks in advance,
-Carl