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