Is your web server doing any compression? I use Apache, and enable compression in http.conf-- I have to turn that off for cfflush to work.
DeflateFilterNote ratio AddOutputFilterByType DEFLATE text/* Etc.. Just a thought. ~Brad -----Original Message----- From: Sung Woo [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 31, 2006 7:52 AM To: CF-Talk Subject: CFFLUSH and Fusebox 5 I can't get CFFLUSH to work with FB5. My main circuit.xml looks like this. I'm still not that familiar with FB4/5 so I'm hoping somebody can point me in the right direction. I've read somewhere that using do or include will trigger cfcontentvariable, but I don't see how I can get around not using those commands...thank you. <circuit access="public"> <prefuseaction callsuper="false"> <set name="variables.pagetitle" value="Page Title" /> <do action="layouts.header"/> </prefuseaction> <fuseaction name="welcome"> <xfa name="grandparent" value="grandparent.sayHello" /> <xfa name="parent" value="parent.sayHello" /> <xfa name="child" value="child.sayHello" /> <xfa name="grandchild" value="grandchild.sayHello" /> <include template="dspWelcome" /> </fuseaction> <fuseaction name="home"> <xfa name="tests" value="tests.home" /> <xfa name="sitenews" value="sitenews.home" /> <xfa name="app" value="app.home" /> <include template="dspHome" /> </fuseaction> <postfuseaction> <do action="layouts.footer" /> </postfuseaction> </circuit> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258557 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

