I always method B and just pass the location in with an XFA

Todd Ashworth --
Certified ColdFusion Developer
Network Administrator

Saber Corporation
314 Oakland Ave.
Rock Hill, SC 29730
(803) 327-0137 [111]
----- Original Message -----
From: "Hal Helms" <[EMAIL PROTECTED]>
To: "Fusebox" <[EMAIL PROTECTED]>
Sent: Monday, April 09, 2001 11:07 AM
Subject: Once more, into the breach...


| One more question: In the following code, "qryMyQ.cfm" is a simple
query--no
| conditional code. If after the query executes, you want to call a new
| fuseaction, "doThisNow", do you use method A, method B, or something else?
|
| Method A:
| <cfcase value="doSomething">
|   <cfinclude template="qryMyQ.cfm">
|   <cflocation url="index.cfm?fuseaction=doThisNow">
| </cfcase>
|
| Method B:
| <cfcase value="doSomething">
|   <cfinclude template="qryMyQ.cfm">
|   <cfinclude template = "url_doThisNow.cfm">
| </cfcase>
|
| Hal Helms
| Team Allaire
|
| [ See www.halhelms.com for info on training classes ]
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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