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]

