Scope Arguments
exception1
Catch
Entries: 13
additional
Struct (ordered)
Function
stringonRequest
Component
stringApplication
Cause
Struct
additional
Struct (ordered)
Function
stringonRequest
Component
stringApplication
Detail
stringJava type of the object is java.lang.Boolean
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringCan't cast Object type [Boolean] to a value of type [Struct]
StackTrace
stringlucee.runtime.exp.CasterException: Can't cast Object type [Boolean] to a value of type [Struct] at lucee.runtime.op.Caster.toStruct(Caster.java:2960) at lucee.runtime.op.Caster.toStruct(Caster.java:2937) at routes.routing_cfc$cf.udfCall1(/routes/Routing.cfc:93) at routes.routing_cfc$cf.udfCall(/routes/Routing.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:722) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2101) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2075) at routes.routes_cfm$cf.call(/routes/routes.cfm:126) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1112) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1006) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:987) at index_cfm$cf.call(/index.cfm:1) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1112) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1006) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:987) at application_cfc$cf.udfCall1(/Application.cfc:272) at application_cfc$cf.udfCall(/Application.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:722) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2101) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:477) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:212) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2810) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2797) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2768) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1109) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1066) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.jakarta.CFMLServlet.service(CFMLServlet.java:52) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:710) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:130) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:109) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:79) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:420) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:59) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string91: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;routeDetails&nbsp;=&nbsp;findRouteByURI(uri)&gt;<br> 92: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;rc&nbsp;=&nbsp;structNew()&gt;<br> <b>93: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;isStruct(routeDetails)&nbsp;AND&nbsp;structKeyExists(routeDetails,&nbsp;'parameters')&gt;</b><br> 94: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;obj&nbsp;=&nbsp;CreateObject(&quot;component&quot;,&nbsp;&quot;controllers.&quot;&amp;routeDetails.parameters.controller)&gt;<br> 95: <br>
codePrintPlain
string91: <cfset routeDetails = findRouteByURI(uri)> 92: <cfset rc = structNew()> 93: <cfif isStruct(routeDetails) AND structKeyExists(routeDetails, 'parameters')> 94: <cfset obj = CreateObject("component", "controllers."&routeDetails.parameters.controller)> 95:
column
number0
id
string??
line
number93
Raw_Trace
stringroutes.routing_cfc$cf.udfCall1(/routes/Routing.cfc:93)
template
string/var/www/ktsupplywholesale/public_html/routes/Routing.cfc
type
stringcfml
2
Struct
codePrintHTML
string124: <br> 125: &nbsp;&nbsp;&nbsp;//&nbsp;end&nbsp;Registering&nbsp;Routes<br> <b>126: &nbsp;&nbsp;&nbsp;data&nbsp;=&nbsp;application.Route.get(request.currentURI);</b><br> 127: &lt;/cfscript&gt;<br> 128: &lt;/cfoutput&gt;<br>
codePrintPlain
string124: 125: // end Registering Routes 126: data = application.Route.get(request.currentURI); 127: </cfscript> 128: </cfoutput>
column
number0
id
string??
line
number126
Raw_Trace
stringroutes.routes_cfm$cf.call(/routes/routes.cfm:126)
template
string/var/www/ktsupplywholesale/public_html/routes/routes.cfm
type
stringcfml
3
Struct
codePrintHTML
string<b>1: &nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;routes/routes.cfm&quot;&nbsp;&gt;</b><br> 2: &nbsp;&nbsp;&lt;cfoutput&gt;<br> 3: &nbsp;&nbsp;&lt;cfset&nbsp;request.result&nbsp;=&nbsp;{}&gt;<br>
codePrintPlain
string1: <cfinclude template="routes/routes.cfm" > 2: <cfoutput> 3: <cfset request.result = {}>
column
number0
id
string??
line
number1
Raw_Trace
stringindex_cfm$cf.call(/index.cfm:1)
template
string/var/www/ktsupplywholesale/public_html/index.cfm
type
stringcfml
4
Struct
codePrintHTML
string270: &nbsp;&nbsp;&nbsp;*/<br> 271: &nbsp;&nbsp;&nbsp;void&nbsp;function&nbsp;onRequest(required&nbsp;string&nbsp;targetPage)&nbsp;{<br> <b>272: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;include&nbsp;arguments.targetPage;</b><br> 273: &nbsp;&nbsp;&nbsp;}<br> 274: <br>
codePrintPlain
string270: */ 271: void function onRequest(required string targetPage) { 272: include arguments.targetPage; 273: } 274:
column
number0
id
string??
line
number272
Raw_Trace
stringapplication_cfc$cf.udfCall1(/Application.cfc:272)
template
string/var/www/ktsupplywholesale/public_html/Application.cfc
type
stringcfml
type
stringexpression
Detail
stringJava type of the object is java.lang.Boolean
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringCan't cast Object type [Boolean] to a value of type [Struct]
name
stringonRequest
rootCause
Struct
additional
Struct (ordered)
Function
stringonRequest
Component
stringApplication
Detail
stringJava type of the object is java.lang.Boolean
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringCan't cast Object type [Boolean] to a value of type [Struct]
StackTrace
stringlucee.runtime.exp.CasterException: Can't cast Object type [Boolean] to a value of type [Struct] at lucee.runtime.op.Caster.toStruct(Caster.java:2960) at lucee.runtime.op.Caster.toStruct(Caster.java:2937) at routes.routing_cfc$cf.udfCall1(/routes/Routing.cfc:93) at routes.routing_cfc$cf.udfCall(/routes/Routing.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:722) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2101) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2075) at routes.routes_cfm$cf.call(/routes/routes.cfm:126) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1112) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1006) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:987) at index_cfm$cf.call(/index.cfm:1) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1112) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1006) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:987) at application_cfc$cf.udfCall1(/Application.cfc:272) at application_cfc$cf.udfCall(/Application.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:722) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2101) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:477) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:212) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2810) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2797) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2768) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1109) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1066) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.jakarta.CFMLServlet.service(CFMLServlet.java:52) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:710) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:130) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:109) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:79) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:420) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:59) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string91: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;routeDetails&nbsp;=&nbsp;findRouteByURI(uri)&gt;<br> 92: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;rc&nbsp;=&nbsp;structNew()&gt;<br> <b>93: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;isStruct(routeDetails)&nbsp;AND&nbsp;structKeyExists(routeDetails,&nbsp;'parameters')&gt;</b><br> 94: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;obj&nbsp;=&nbsp;CreateObject(&quot;component&quot;,&nbsp;&quot;controllers.&quot;&amp;routeDetails.parameters.controller)&gt;<br> 95: <br>
codePrintPlain
string91: <cfset routeDetails = findRouteByURI(uri)> 92: <cfset rc = structNew()> 93: <cfif isStruct(routeDetails) AND structKeyExists(routeDetails, 'parameters')> 94: <cfset obj = CreateObject("component", "controllers."&routeDetails.parameters.controller)> 95:
column
number0
id
string??
line
number93
Raw_Trace
stringroutes.routing_cfc$cf.udfCall1(/routes/Routing.cfc:93)
template
string/var/www/ktsupplywholesale/public_html/routes/Routing.cfc
type
stringcfml
2
Struct
codePrintHTML
string124: <br> 125: &nbsp;&nbsp;&nbsp;//&nbsp;end&nbsp;Registering&nbsp;Routes<br> <b>126: &nbsp;&nbsp;&nbsp;data&nbsp;=&nbsp;application.Route.get(request.currentURI);</b><br> 127: &lt;/cfscript&gt;<br> 128: &lt;/cfoutput&gt;<br>
codePrintPlain
string124: 125: // end Registering Routes 126: data = application.Route.get(request.currentURI); 127: </cfscript> 128: </cfoutput>
column
number0
id
string??
line
number126
Raw_Trace
stringroutes.routes_cfm$cf.call(/routes/routes.cfm:126)
template
string/var/www/ktsupplywholesale/public_html/routes/routes.cfm
type
stringcfml
3
Struct
codePrintHTML
string<b>1: &nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;routes/routes.cfm&quot;&nbsp;&gt;</b><br> 2: &nbsp;&nbsp;&lt;cfoutput&gt;<br> 3: &nbsp;&nbsp;&lt;cfset&nbsp;request.result&nbsp;=&nbsp;{}&gt;<br>
codePrintPlain
string1: <cfinclude template="routes/routes.cfm" > 2: <cfoutput> 3: <cfset request.result = {}>
column
number0
id
string??
line
number1
Raw_Trace
stringindex_cfm$cf.call(/index.cfm:1)
template
string/var/www/ktsupplywholesale/public_html/index.cfm
type
stringcfml
4
Struct
codePrintHTML
string270: &nbsp;&nbsp;&nbsp;*/<br> 271: &nbsp;&nbsp;&nbsp;void&nbsp;function&nbsp;onRequest(required&nbsp;string&nbsp;targetPage)&nbsp;{<br> <b>272: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;include&nbsp;arguments.targetPage;</b><br> 273: &nbsp;&nbsp;&nbsp;}<br> 274: <br>
codePrintPlain
string270: */ 271: void function onRequest(required string targetPage) { 272: include arguments.targetPage; 273: } 274:
column
number0
id
string??
line
number272
Raw_Trace
stringapplication_cfc$cf.udfCall1(/Application.cfc:272)
template
string/var/www/ktsupplywholesale/public_html/Application.cfc
type
stringcfml
type
stringexpression
StackTrace
stringlucee.runtime.exp.CasterException: Can't cast Object type [Boolean] to a value of type [Struct] at lucee.runtime.op.Caster.toStruct(Caster.java:2960) at lucee.runtime.op.Caster.toStruct(Caster.java:2937) at routes.routing_cfc$cf.udfCall1(/routes/Routing.cfc:93) at routes.routing_cfc$cf.udfCall(/routes/Routing.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:722) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2101) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2075) at routes.routes_cfm$cf.call(/routes/routes.cfm:126) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1112) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1006) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:987) at index_cfm$cf.call(/index.cfm:1) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1112) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1006) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:987) at application_cfc$cf.udfCall1(/Application.cfc:272) at application_cfc$cf.udfCall(/Application.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:722) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2101) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:477) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:212) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2810) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2797) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2768) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1109) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1066) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.jakarta.CFMLServlet.service(CFMLServlet.java:52) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:710) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:130) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:109) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:79) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:420) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:59) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string91: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;routeDetails&nbsp;=&nbsp;findRouteByURI(uri)&gt;<br> 92: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;rc&nbsp;=&nbsp;structNew()&gt;<br> <b>93: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;isStruct(routeDetails)&nbsp;AND&nbsp;structKeyExists(routeDetails,&nbsp;'parameters')&gt;</b><br> 94: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;obj&nbsp;=&nbsp;CreateObject(&quot;component&quot;,&nbsp;&quot;controllers.&quot;&amp;routeDetails.parameters.controller)&gt;<br> 95: <br>
codePrintPlain
string91: <cfset routeDetails = findRouteByURI(uri)> 92: <cfset rc = structNew()> 93: <cfif isStruct(routeDetails) AND structKeyExists(routeDetails, 'parameters')> 94: <cfset obj = CreateObject("component", "controllers."&routeDetails.parameters.controller)> 95:
column
number0
id
string??
line
number93
Raw_Trace
stringroutes.routing_cfc$cf.udfCall1(/routes/Routing.cfc:93)
template
string/var/www/ktsupplywholesale/public_html/routes/Routing.cfc
type
stringcfml
2
Struct
codePrintHTML
string124: <br> 125: &nbsp;&nbsp;&nbsp;//&nbsp;end&nbsp;Registering&nbsp;Routes<br> <b>126: &nbsp;&nbsp;&nbsp;data&nbsp;=&nbsp;application.Route.get(request.currentURI);</b><br> 127: &lt;/cfscript&gt;<br> 128: &lt;/cfoutput&gt;<br>
codePrintPlain
string124: 125: // end Registering Routes 126: data = application.Route.get(request.currentURI); 127: </cfscript> 128: </cfoutput>
column
number0
id
string??
line
number126
Raw_Trace
stringroutes.routes_cfm$cf.call(/routes/routes.cfm:126)
template
string/var/www/ktsupplywholesale/public_html/routes/routes.cfm
type
stringcfml
3
Struct
codePrintHTML
string<b>1: &nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;routes/routes.cfm&quot;&nbsp;&gt;</b><br> 2: &nbsp;&nbsp;&lt;cfoutput&gt;<br> 3: &nbsp;&nbsp;&lt;cfset&nbsp;request.result&nbsp;=&nbsp;{}&gt;<br>
codePrintPlain
string1: <cfinclude template="routes/routes.cfm" > 2: <cfoutput> 3: <cfset request.result = {}>
column
number0
id
string??
line
number1
Raw_Trace
stringindex_cfm$cf.call(/index.cfm:1)
template
string/var/www/ktsupplywholesale/public_html/index.cfm
type
stringcfml
4
Struct
codePrintHTML
string270: &nbsp;&nbsp;&nbsp;*/<br> 271: &nbsp;&nbsp;&nbsp;void&nbsp;function&nbsp;onRequest(required&nbsp;string&nbsp;targetPage)&nbsp;{<br> <b>272: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;include&nbsp;arguments.targetPage;</b><br> 273: &nbsp;&nbsp;&nbsp;}<br> 274: <br>
codePrintPlain
string270: */ 271: void function onRequest(required string targetPage) { 272: include arguments.targetPage; 273: } 274:
column
number0
id
string??
line
number272
Raw_Trace
stringapplication_cfc$cf.udfCall1(/Application.cfc:272)
template
string/var/www/ktsupplywholesale/public_html/Application.cfc
type
stringcfml
type
stringexpression
eventName2
stringonRequest