Posted in | Posted on 02-03-2007 | 5,653 views
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.
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.
:->
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]
I create an xfa variable and everything is fine
[Add Comment] [Subscribe to Comments]