Ticket #309 (closed defect: fixed)
Implicit circuit does not allow multiple fuseactions!
| Reported by: | scorfield | Owned by: | sean@… |
|---|---|---|---|
| Type: | defect | Priority: | Highest |
| Milestone: | Fusebox 5.5.1 | Component: | Miscellaneous |
| Version: | 5.5 | Severity: | blocker |
| Keywords: | Cc: |
Description (last modified by scorfield) (diff)
Test case:
./Application.cfc
<cfcomponent extends="fusebox5.Application" output="false">
<cfset this.name = "fbtest" />
<cfset FUSEBOX_PARAMETERS.defaultFuseaction = "main.test" />
<cfset FUSEBOX_PARAMETERS.allowImplicitFusebox = true />
<cfset FUSEBOX_PARAMETERS.mode = "development-full-load" />
<cfset FUSEBOX_PARAMETERS.debug = true />
</cfcomponent>
./index.cfm
./main/circuit.xml.cfm
<circuit>
<fuseaction name="test">
<do action="myscripts.one" />
<do action="myscripts.two" />
</fuseaction>
</circuit>
./myscripts/one.cfm
Page One
./myscripts/two.cfm
Page Two
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
