set up your parent index.cfm's cases to point to your child app's index.cfms
like this:

<cfcase value="forum,forumtopics,forumpostadd,forumpost,forummessage"
delimiters=",">
 <cfset title = "Forum">
  <cf_act_htmltags>
  <cfinclude template="forum/index.cfm">
  </cf_act_htmltags>
</cfcase>

or use the way Hal came up with.
----- Original Message -----
From: "stas" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 08, 2000 12:05 PM
Subject: Can't understand sub-apps


> Okay, I have a fundamental problem here.
>
> If I define my app as being comprised of modules that are separated
> physically into sub-dirs, does every module have to have its own
index.cfm,
> or do I still funnel through the root level index.cfm? If it's the latter,
> then the main index.cfm will grow to dozens and dozens of fuseactions, no?
>
>
> --------------------------------------------------------------------------
----
> 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