You need to put after the </cf_bodycontent> tag an include to your
app_layout file.  So your index.cfm file should look like so:

>  <cfinclude template="app_globals.cfm">
>
> <cf_bodycontent>
>  <cfparam name="attributes.fuseaction" default="">
>  <cfswitch expression="#attributes.fuseaction#">
>   <cfdefaultcase>
>    <cfinclude template="dsp_homepage.cfm">
>   </cfdefaultcase>
>  </cfswitch>
> </cf_bodycontent>
<cfinclude template="app_layout.cfm">
----- Original Message -----
From: "S. R." <[EMAIL PROTECTED]>
To: "Fusebox" <[EMAIL PROTECTED]>
Sent: Sunday, February 04, 2001 11:12 AM
Subject: First Fusebox site


> hey guys, working on my first fusebox site and reading Steve's book at the
> same time..
>
> I've developed a simple index.cfm file below  but it displays nothing. If
I
> take out the bodycontent tag it displays correctly. Is there something I'm
> not getting?
>
>  <cfinclude template="app_globals.cfm">
>
> <cf_bodycontent>
>  <cfparam name="attributes.fuseaction" default="">
>  <cfswitch expression="#attributes.fuseaction#">
>   <cfdefaultcase>
>    <cfinclude template="dsp_homepage.cfm">
>   </cfdefaultcase>
>  </cfswitch>
> </cf_bodycontent>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to