Right, but what I'm saying is that it's a silly limitation since I can still flush using the underlying getPageContext().getOut().flush() method instead of cfflush, and that method doesn't cause any issues. This shows that it's obviously not really a flushing limitation, but rather an artificially imposed one :)
Anyway, sorry for getting this so OT. Unfortunately, I'm still not able to get the filtering to work as I would like in Application.cfc. (I could if cfflush and cfsavecontent played nicely). Time to utilize my DevNet support incidents while such a thing still exists! :( Roland -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Barney Boisvert Sent: Wednesday, February 23, 2005 2:12 PM To: [email protected] Subject: Re: [CFCDev] Using application.cfc to modify the request stream It's not an issue with CFSAVECONTENT, it's an issue with custom tags. CFSAVECONTENT happens to be implemented as a custom tag (i.e. written in CFML), so it's subject to the same rules as other custom tags. If CFSAVECONTENT were to be implemented natively and designed to work as you propose, then the problem could probably be avoided, but the issue would still persist with custom tags as a whole. cheers, barneyb On Wed, 23 Feb 2005 13:57:38 -0000, Adam Cameron <[EMAIL PROTECTED]> wrote: > >Re: CFFLUSH - I can't think of any reason that CFFLUSH would introduce a > bug when used in CFSAVECONTENT. Especially since this code works just fine: > > Nor I. I don't see what one has got to do with the other, to be honest. > > <cfflush>: flush the buffer. > <cfsavecontent />: don't put this stuff in the buffer. > > Why would they clash? > -- > > Adam > -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com). An archive of the CFCDev list is available at www.mail-archive.com/[email protected] ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com). An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
