I am trying to start a new project with FB4.  No matter what I do, it
only pulls up the main circuit.   I did something similar with FB3 a
few years ago, but I never had issues like this.

fusebox.xml.cfm
<parameters>
     <parameter name="fuseactionVariable" value="do" />
     <parameter name="defaultFuseaction" value="main.hello" />
     <parameter name="precedenceFormOrUrl" value="form"/>
     <parameter name="password" value="******" />
-- snip --
</parameters>

circuit.xml.cfm
<fuseaction name="authID">
     <relocate url="http://www.yahoo.com/"; />
</fuseaction>
<fuseaction name="hello">
     <include template="dsp/dsp_hello.cfm" />
</fuseaction>

Calling url - /index.cfm?do.authID

What am I missing?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272227
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to