Why should you not use an act and dsp in the same fuse?

Often I use an act to create dynamic query why do I need to go back to
another fuse to display it?

If I'm using act to control web flow or update a database etc then fine

Cheers


Gary
 -----Original Message-----
From:   Patrick McElhaney [mailto:[EMAIL PROTECTED]]
Sent:   09 April 2001 18:31
To:     Fusebox
Subject:        RE: Surveying the community

Yes, John, you're right. I shouldn't have
an act_ and a dsp_ in the same fuse. :)

<cfcase value="aRevisedDecentExample">
 <cfinclude template="qry_getAGoodReason.cfm">
 <cfinclude template="act_ConvinceJQvT.cfm"> <!--- uses
qry_getAGoodReason.cfm --->
 <cfinclude template="act_proveThePointIsStillValid.cfm"> <!--- also uses
qry_getAGoodReason.cfm --->
 <cflocation url="#self#?fuseaction=areYouSatisfied">
</cfcase>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to