Fusebox 5.1 Released
As I mentioned a few days ago, I'm going to be spending some time learning and commenting on Fusebox 5.1. Perfect timing too. Sean has announced that Fusebox 5.1 is now released.
Comments
# Posted By Peter Bell
| 2/4/07 11:08 AM
# Posted By Raymond Camden
| 2/5/07 8:41 AM
:->
# Posted By Peter Bell
| 2/5/07 8:50 AM
# Posted By Raymond Camden
| 2/5/07 8:58 AM
# Posted By Peter Bell
| 2/5/07 9:16 AM
# Posted By sadas
| 2/12/07 3:53 AM
I was using the "Most Excellent Tutorial" by the
incredible "John Beynon" , using his files as well.
bizare Fusebox550 behavior.
this link works without an xfa entry in circuit.xml.cfm?????
<cfoutput>
<a href="#request.myself#learnfb.hello">
</cfoutput>
this is the actual circuit.xml.cfm file in it's entirety:
with no XFA name=... Entry
<circuit access="public">
<fuseaction name="hello">
<include template="dsp_hello.cfm"/>
</fuseaction>
<fuseaction name="welcome">
<include template="dsp_welcome"/>
</fuseaction>
</circuit>
------------------------------------------
NO ENTRY FOR ANY XFA and the LINK WORKS!
-------------------------------------------
1-)The fusebox.xml.cfm has a setting for the fuseaction variable.
<parameter name="fuseactionVariable" value="fuseaction"/>
2-)The Application.cfm has the following two entries:
<cfset request.self = "index.cfm">
<cfset request.myself = "#request.self#?fuseaction=">
3-)fusebox550 has a mapping in coldfusion as /fusebox5
[Hello World!(this appears in browser)
This is the Welcome page.
Send me off to the learnfb.hello cicuit/fuseaction]
SENDS me to:
[Hello World! (appears in browser)
This is the Hello page]
# Posted By Douglas Viltrakis
| 12/24/07 5:37 PM
I create an xfa variable and everything is fine
# Posted By Douglas Viltrakis
| 12/24/07 5:47 PM
