Something's screwed up.  The conferences circuit's settings override
the news circuit's.  Are you perhaps using CFPARAM where you should be
using CFSET, or maybe have a subtle typo somewhere so you're
populating the wrong variable?

The flow of a FB3 request is like this (assuming a request to the
conference.home fuseaction):

/Application.cfm
/index.cfm
/fb_fusebox30_cf50_nix.cfm
/fbx_Settings.cfm
/news/fbx_Settings.cfm
/news/conferences/fbx_Settings.cfm
/news/conferences/fbx_Switch.cfm
/news/conferences/fbx_Layouts.cfm
  (optional layout file in /news/conferences/)
/news/fbx_Layouts.cfm
  (optional layout file in /news/)
/fbx_Layouts.cfm
  (optional layout file in /)
/OnRequestEnd.cfm

cheers,
barneyb

On Tue, 8 Feb 2005 17:27:38 -0500, Damien McKenna
<[EMAIL PROTECTED]> wrote:
> Fusebox 3, CFMX 6.1...
> On one site most of my circuits are linear (basic informational site)
> and I've just started adding subcircuits.  In my framework I have an
> array called "MenuItems" that each circuit adds items to in order to
> display a per-circuit menu.  The problem is that the subcircuit isn't
> taking its MenuItems variable from the fbx_settings.cfm in that circuit,
> its taking it from the root circuit.  In other words:
> 
> /mysite.com/
>     /circuits/
>         /about/
>         /news/
>             fbx_settings.cfm
>             /conferences/
>                 fbx_settings.cfm
> 
> In the directory structure above the variables in
> conferences/fbx_settings.cfm are being overwritten by
> news/fbx_settings.cfm.
> 
> My question is, is this what Fusebox 3 is supposed to do?  I always
> thought that the variables in the subcircuit would override the parent
> circuit's variables?
> 
> Thanks.
> 
> --
> Damien McKenna - Web Developer - [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>
> The Limu Company - http://www.thelimucompany.com/
> <http://www.thelimucompany.com/>  - 407-804-1014
> #include <stdjoke.h>
> 

-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 50 invites.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:193765
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to