Barney,

>Thanks for that, Dan, but I'd actually mistyped.  I wanted the closing
>tag to still execute, just skipping the body.  Not surprisingly, I was
>also writing a caching tag, the difference being that the cached
>content were generated Flash movies, so the "output" operation (which
>takes place in the close tag) is rather cumbersome and I didn't really
>want to UDF it so I could call it in both starting and ending tags.

That's what I was going to recommend next. The only thing that I can think
of that might work, is can you change the executionMode?

What if you did:

<cfif bUseCache AND this.executionMode EQ "start">
        <cfset this.executionMode = "end">
</cfif>

I wonder if that would have work....

-Dan



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216334
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to