<circuits>
                <circuit alias="m"    path="model/" parent=""/>
                <circuit alias="v"    path="view/"  parent=""/>
                <circuit alias="main" path="controller/" parent=""/>
                <circuit alias="peripherals" path="controller/peripherals/" 
parent="main" />
                <circuit alias="vperipherals" path="view/peripherals/" 
parent="v" />
                <circuit alias="layout" path="layout/" parent="" />
        </circuits>
        
        <parameters>
                <parameter name="fuseactionVariable" value="fuseaction" />
                <parameter name="defaultFuseaction" value="main.home" />
                <parameter name="precedenceFormOrUrl" value="form"/>
                <parameter name="password" value="" />
                <parameter name="mode" value="development"/>
                <parameter name="parseWithComments" value="true" />
                <parameter name="scriptlanguage" value="cfmx" />
                <parameter name="scriptFileDelimiter" value="cfm"/>
                <parameter name="maskedFileDelimiters"
value="htm,cfm,cfml,php,php4,asp,aspx"/>
        </parameters>

        <globalfuseactions>
                <preprocess>
                        <do action="layout.main" />
                </preprocess>
                <postprocess>   
                </postprocess>
        </globalfuseactions>
        
        <plugins>
                <phase name="preProcess">
                        <plugin name="myGlobals" path="" template="Globals.cfm" 
/>
                </phase>
                <phase name="preFuseaction">
                </phase>
                <phase name="postFuseaction">   
                </phase>
                <phase name="fuseactionException">
                </phase>                
                <phase name="postProcess">
                </phase>
                <phase name="processError">
                </phase>
                
        </plugins>

On 8/8/05, M@ Bourke <[EMAIL PROTECTED]> wrote:
> Hi Carl,
> whats your fusebox.xml.cfm file look like ?
> 
> M@
> 
> ---
> You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to [EMAIL PROTECTED]
> Aussie Macromedia Developers: http://lists.daemon.com.au/
> 


-- 
====================================
Postal: Po Box 3462 Dural, NSW 2158
Email: mailto:[EMAIL PROTECTED] 
FireFly Internet Phone: 80011777

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to