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

Reply via email to