as sean said it's best to do this within fusebox. Maybe have layout circuit that takes in all you layout variables and places them within a template - this template can contain your header, footer etc - infact any persistent layout
On 22/05/07, Sean Corfield <[EMAIL PROTECTED]> wrote: > > On 5/22/07, Elena Aminova <[EMAIL PROTECTED]> wrote: > > Simple question: what is the best way to include a standard header and > footer page in every requested page in my FuseBox 5.1 application using > Application.cfc? > > Don't use Application.cfc for that. > > Fusebox has several good mechanisms for handling standard header / > footer layouts. A lot depends on how well you've structured your > circuits and fuseactions. > > The best practice approach is to use contentvariable= and a layout > fuseaction. > > Or you could use <prefuseaction> and <postfuseaction> on your > top-level circuit (assuming it only executes fuseactions in other > circuits). > -- > Sean A Corfield -- (904) 302-SEAN > An Architect's View -- http://corfield.org/ > > "If you're not annoying somebody, you're not really alive." > -- Margaret Atwood > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS Archive: http://www.houseoffusion.com/groups/Fusebox/message.cfm/messageid:6903 Subscription: http://www.houseoffusion.com/groups/Fusebox/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.12
