Changes between Version 7 and Version 8 of QuickStart/4:HandlingaForm

Show
Ignore:
Timestamp:
09/23/09 03:10:58 (16 years ago)
Author:
quinn@… (IP: 173.89.40.9)
Comment:

running through the examples, these function referenced earlier are not defined and throw an error. either need to be defined here or removed from the controller xml.

Legend:

Unmodified
Added
Removed
Modified
  • QuickStart/4:HandlingaForm

    v7 v8  
    6161    <cfset arguments.event.setValue("translatedPhrase", result) /> 
    6262</cffunction> 
     63 
     64<cffunction name="OnRequestStart" access="public" returntype="void" output="false"></cffunction> 
     65 
     66<cffunction name="OnRequestEnd" access="public" returntype="void" output="false"></cffunction> 
     67 
    6368}}} 
    6469