Thanks guys...

I do include my files how you showed...minus the appfiles <- that's a good
idea though :)

Now what if I wanted to do that for my custom tags how would I map that?

What mean is... I only have access to my /www directory and placing all the
custom tags in that directory is pretty messy.

all clever solutions are accepted :)

THX,

Greg Z








-----Original Message-----
From: Brad Roberts [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 03, 2000 2:24 AM
To: Fusebox
Subject: RE: app_layout


Your app_layout.cfm file should be cfincluded, not called as a custom tag.

<cfinclude template="appfiles/app_globals.cfm">
<cfinclude template="appfiles/app_locals.cfm">

<cf_bodycontent>
        <cfswitch expression="#attributes.fuseaction#">
                <cfcase value="homepage">
                        <cfinclude template="blocks/dsp_homepage.cfm">
                </cfcase>
                <cfdefaultcase>
                </cfdefaultcase>
        </cfswitch>
</cf_bodycontent>

<cfinclude template="app_layout.cfm">

HTH,

Brad


-----Original Message-----
From: Gregory P. Zentkovich [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 03, 2000 5:33 AM
To: Fusebox
Subject: app_layout


Need some help...new to fusebox...

My host uses CF4.5, but they seem to just have the standard custom tags
which I don't have access to. So I place all the fusebox tags in my root
directory (I did this before) everything works except the app_layout.cfm

The custom tag app_layout.cfm <- same name as my layout file
(app_layout.cfm) can't put it in my root directory <- that confusing...

Any suggestions???

TIA,

Greg Z

----------------------------------------------------------------------------
--
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

----------------------------------------------------------------------------
--
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to