Any Fuseboxers out there?
 
I am trying out the FuseBox 4.1 framework and ran into an issue I can't seem to answer. 
 
I would like to setup a global variable in a particular circuit and have it apply to any fuseaction in that circuit.  I created a "set" entry in my circuit.xml file as follows:
 
<circuit access="public"> 
  <set name="REQUEST.noMenus" value="1"/>

  <fuseaction name="default">
    <xfa name="orderDetail" value="detail" />
    <include template="dsp_home.cfm" contentvariable="REQUEST.siteContent.body"/>
    <do action=""/>
  </fuseaction>
............................
 
REQUEST.noMenus does NOT get defined unless I place the SET command it in the body of a  <fuseaction></fuseaction> command. 
 
Is there any way to define a circuit-level variable in FB 4 ?   I used to use fbx_Settings in FB3.
 
Thanks !
 
Dirk

 
_______________________________________________
Reply to DFWCFUG: 
  [email protected]
Subscribe/Unsubscribe: 
  http://lists1.safesecureweb.com/mailman/listinfo/list
List Archives: 
    http://www.mail-archive.com/list%40list.dfwcfug.org/             
  http://www.mail-archive.com/list%40dfwcfug.org/
DFWCFUG Sponsors: 
  www.HostMySite.com 
  www.teksystems.com/

Reply via email to