Ok, I'm just using onRequest and it seems to work fine. I just don't quite 
understand the difference between onRequest and onRequestStart, and why you'd 
use one, the other, or both. 

<cffunction name="onRequest" output="true">
  <cfargument name="targetpage" required="true">
     <!--- CHANGE EACH SEMESTER ---> 
   <cfset CurrentSemester = "2006SP">
   <cfset CurrentDSN = "eval-2006SP">
   <cfset PreviousSemester = "2005FA">
   <cfset PreviousDSN = "eval-2005FA"> 
  <cfinclude template="#ARGUMENTS.targetpage#">
</cffunction>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240575
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to