the way the main template is designs is that it like

<cfif thisTag.executionMode EQ "Start">
<html>
<head><title></title></head>
<body>
<cfelse>
</body>
</html>
</cfif>

and I wanted to try and keep it that way

no fair



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lucas
Sent: Sunday, May 08, 2005 2:17 PM
To: CFAussie Mailing List
Subject: [cfaussie] Re: CFFLUSH

The main thing that would be preventing this is that the closing mode
of a custom tag can actualy remove all of the output of the content of
the tag and replace it with somthing totaly different.

As CFFlush takes the buffer and flushes it to the browers, the
existing CF Custom tag functionality would be broken if you could
flush inside a custom tag.

Depending on what you custom tag does, you may just want to rewrite it
so that it is called twice and a mode is passed in, instead of using
thisTag.executionMode.

L.

On 5/3/05, Steve Onnis <[EMAIL PROTECTED]> wrote:
> Why cant you do a cfflush inside a custom tag?
> 
> ---
> You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to [EMAIL PROTECTED]
> Aussie Macromedia Developers: http://lists.daemon.com.au/
>

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/


---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to