I am learning FBX4 using a MVC design approach.  I have a question on whether or not each of the fuseactions in the controller's circuit.xml.cfm file have to be linked to each other.

My problem arises when I have a series of fuseactions and only the first one fires. For example in the following example only the 'welcome' fuseaction fires and nothing else.

<circuit access="public">
<fuseaction name="welcome">
<do action=""> </fuseaction>
<fuseaction name="querydatabase">
<do action=""> </fuseaction>
<fuseaction name="displaydata">
<do action=""> </fuseaction>
</circuit>

Do I have to provide a link from one fuseaction to the next, as shown below?  Help or comment would be appreciated.

<circuit access="public">
<fuseaction name="welcome">
<do action=""> <do action=""> </fuseaction>
<fuseaction name="querydatabase">
<do action=""> <do action=""> </fuseaction>
<fuseaction name="displaydata">
<do action=""> </fuseaction>
</circuit>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to