<cfcomponent extends="/acc/Application">
|
|
<cffunction name="OnRequestStart" access="public" returntype="boolean" output="true"
|
hint="Fires when prior to page processing.">
|
<!--- Define arguments. --->
|
<cfargument name="TargetPage" type="string" required="yes" />
|
|
<cfreturn true>
|
</cffunction>
|
|
</cfcomponent>
|