Does the flush page work outside of FB?  There isn't anything that should be
stopping it with your circuit. 


Sandra Clark
==============================
http://www.shayna.com
Training in Cascading Style Sheets and Accessibility


-----Original Message-----
From: Sung Woo [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 31, 2006 9:27 AM
To: CF-Talk
Subject: Re: CFFLUSH and Fusebox 5

layout.header and layout.footer are your typical headers and footers --
header graphics, a dropdown menu, etc.  The footer is nothing more than just
a few graphics.

I'm calling the cfflush from the body of the page.  The circuit.xml looks
like this:

<circuit access="public">

        <prefuseaction callsuper="false">
                <set name="variables.pagetitle" value="Links"/>
                <do action="layouts.header"/>
        </prefuseaction>

        <fuseaction name="home">
                <include template="dspHome.cfm" />
        </fuseaction>

        <postfuseaction callsuper="true">
        </postfuseaction>

</circuit>

>Whats in your layout.header, and your layout.footer. Where is your 
>cfflush trying to be called?



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:258597
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to