like:
<circuit access="public">
<fuseaction name="welcome">
<do action="">
<do action="">
<do action=""> </fuseaction>
</circuit>
A fuseaction is probably made of various actions i.e. model call(s) and
possibly various views.
Best place to post would be on the FB forums, www.fusebox.org
<http://www.fusebox.org/>
-Stace
_____
From: David Adams [mailto:[EMAIL PROTECTED]
Sent: Monday, December 15, 2003 4:02 PM
To: CF-Talk
Subject: Do Fuseactions in the controller need to be linked?
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]

