stringError: onRequest
Catch
Entries: 13
additional
Struct (ordered)
Cause
Struct
additional
Struct (ordered)
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringNo matching property [CODE] found in [string]
StackTrace
stringlucee.runtime.exp.ExpressionException: No matching property [CODE] found in [string] at lucee.runtime.reflection.Reflector.getGetter(Reflector.java:986) at lucee.runtime.reflection.Reflector.callGetter(Reflector.java:1020) at lucee.runtime.reflection.Reflector.getProperty(Reflector.java:1230) at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:347) at lucee.runtime.PageContextImpl.get(PageContextImpl.java:1567) at com.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:288) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:786) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775) at com.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:60) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775) at _router_cfm$cf.call(/_router.cfm:219) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at application_cfc$cf.udfCall1(/Application.cfc:83) at application_cfc$cf.udfCall(/Application.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:218) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:779) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.valves.rewrite.RewriteValve.invoke(RewriteValve.java:289) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string286: &lt;cfset result.route = &quot;Inventory&quot;&gt;<br> 287: &lt;cfset result.state = StructNew()&gt;<br> <b>288: &lt;cfset result.state.code = loc.temp.code&gt;</b><br> 289: &lt;cfset result.state.name = loc.temp.name&gt;<br> 290: &lt;cfset result.title = &quot;New &amp; Used #replace(result.type,'_',' ','ALL')# For Sale in #result.state.name#&quot;&gt;<br>
codePrintPlain
string286: <cfset result.route = "Inventory"> 287: <cfset result.state = StructNew()> 288: <cfset result.state.code = loc.temp.code> 289: <cfset result.state.name = loc.temp.name> 290: <cfset result.title = "New & Used #replace(result.type,'_',' ','ALL')# For Sale in #result.state.name#">
column
number0
id
string??
line
number288
Raw_Trace
stringcom.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:288)
template
string/home/t2t/public_html/com/routes/router.cfc
type
stringcfml
2
Struct
codePrintHTML
string58: from other functions (e.g. metatags lookup)<br> 59: ---&gt;<br> <b>60: &lt;cfset loc.routeInfo = getRouteInfo(loc.targetPage)&gt;</b><br> 61: <br> 62: &lt;cfif structKeyExists(url,&quot;dumpRouteInfo&quot;)&gt;<br>
codePrintPlain
string58: from other functions (e.g. metatags lookup) 59: ---> 60: <cfset loc.routeInfo = getRouteInfo(loc.targetPage)> 61: 62: <cfif structKeyExists(url,"dumpRouteInfo")>
column
number0
id
string??
line
number60
Raw_Trace
stringcom.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:60)
template
string/home/t2t/public_html/com/routes/router.cfc
type
stringcfml
3
Struct
codePrintHTML
string217: <br> 218: // process request with new router<br> <b>219: request.routeInfo = application.router.process(arguments.targetPage, false);</b><br> 220: <br> 221: // set request.vCurrentPage<br>
codePrintPlain
string217: 218: // process request with new router 219: request.routeInfo = application.router.process(arguments.targetPage, false); 220: 221: // set request.vCurrentPage
column
number0
id
string??
line
number219
Raw_Trace
string_router_cfm$cf.call(/_router.cfm:219)
template
string/home/t2t/public_html/_router.cfm
type
stringcfml
4
Struct
codePrintHTML
string81: // include '/_redirect.cfm';<br> 82: include '/includes/application/_onRequest.cfm';<br> <b>83: include arguments.targetPage;</b><br> 84: return;<br> 85: }<br>
codePrintPlain
string81: // include '/_redirect.cfm'; 82: include '/includes/application/_onRequest.cfm'; 83: include arguments.targetPage; 84: return; 85: }
column
number0
id
string??
line
number83
Raw_Trace
stringapplication_cfc$cf.udfCall1(/Application.cfc:83)
template
string/home/t2t/public_html/Application.cfc
type
stringcfml
type
stringexpression
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringNo matching property [CODE] found in [string]
name
stringonRequest
rootCause
Struct
additional
Struct (ordered)
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringNo matching property [CODE] found in [string]
StackTrace
stringlucee.runtime.exp.ExpressionException: No matching property [CODE] found in [string] at lucee.runtime.reflection.Reflector.getGetter(Reflector.java:986) at lucee.runtime.reflection.Reflector.callGetter(Reflector.java:1020) at lucee.runtime.reflection.Reflector.getProperty(Reflector.java:1230) at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:347) at lucee.runtime.PageContextImpl.get(PageContextImpl.java:1567) at com.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:288) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:786) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775) at com.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:60) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775) at _router_cfm$cf.call(/_router.cfm:219) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at application_cfc$cf.udfCall1(/Application.cfc:83) at application_cfc$cf.udfCall(/Application.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:218) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:779) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.valves.rewrite.RewriteValve.invoke(RewriteValve.java:289) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string286: &lt;cfset result.route = &quot;Inventory&quot;&gt;<br> 287: &lt;cfset result.state = StructNew()&gt;<br> <b>288: &lt;cfset result.state.code = loc.temp.code&gt;</b><br> 289: &lt;cfset result.state.name = loc.temp.name&gt;<br> 290: &lt;cfset result.title = &quot;New &amp; Used #replace(result.type,'_',' ','ALL')# For Sale in #result.state.name#&quot;&gt;<br>
codePrintPlain
string286: <cfset result.route = "Inventory"> 287: <cfset result.state = StructNew()> 288: <cfset result.state.code = loc.temp.code> 289: <cfset result.state.name = loc.temp.name> 290: <cfset result.title = "New & Used #replace(result.type,'_',' ','ALL')# For Sale in #result.state.name#">
column
number0
id
string??
line
number288
Raw_Trace
stringcom.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:288)
template
string/home/t2t/public_html/com/routes/router.cfc
type
stringcfml
2
Struct
codePrintHTML
string58: from other functions (e.g. metatags lookup)<br> 59: ---&gt;<br> <b>60: &lt;cfset loc.routeInfo = getRouteInfo(loc.targetPage)&gt;</b><br> 61: <br> 62: &lt;cfif structKeyExists(url,&quot;dumpRouteInfo&quot;)&gt;<br>
codePrintPlain
string58: from other functions (e.g. metatags lookup) 59: ---> 60: <cfset loc.routeInfo = getRouteInfo(loc.targetPage)> 61: 62: <cfif structKeyExists(url,"dumpRouteInfo")>
column
number0
id
string??
line
number60
Raw_Trace
stringcom.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:60)
template
string/home/t2t/public_html/com/routes/router.cfc
type
stringcfml
3
Struct
codePrintHTML
string217: <br> 218: // process request with new router<br> <b>219: request.routeInfo = application.router.process(arguments.targetPage, false);</b><br> 220: <br> 221: // set request.vCurrentPage<br>
codePrintPlain
string217: 218: // process request with new router 219: request.routeInfo = application.router.process(arguments.targetPage, false); 220: 221: // set request.vCurrentPage
column
number0
id
string??
line
number219
Raw_Trace
string_router_cfm$cf.call(/_router.cfm:219)
template
string/home/t2t/public_html/_router.cfm
type
stringcfml
4
Struct
codePrintHTML
string81: // include '/_redirect.cfm';<br> 82: include '/includes/application/_onRequest.cfm';<br> <b>83: include arguments.targetPage;</b><br> 84: return;<br> 85: }<br>
codePrintPlain
string81: // include '/_redirect.cfm'; 82: include '/includes/application/_onRequest.cfm'; 83: include arguments.targetPage; 84: return; 85: }
column
number0
id
string??
line
number83
Raw_Trace
stringapplication_cfc$cf.udfCall1(/Application.cfc:83)
template
string/home/t2t/public_html/Application.cfc
type
stringcfml
type
stringexpression
StackTrace
stringlucee.runtime.exp.ExpressionException: No matching property [CODE] found in [string] at lucee.runtime.reflection.Reflector.getGetter(Reflector.java:986) at lucee.runtime.reflection.Reflector.callGetter(Reflector.java:1020) at lucee.runtime.reflection.Reflector.getProperty(Reflector.java:1230) at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:347) at lucee.runtime.PageContextImpl.get(PageContextImpl.java:1567) at com.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:288) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:786) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775) at com.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:60) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775) at _router_cfm$cf.call(/_router.cfm:219) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at application_cfc$cf.udfCall1(/Application.cfc:83) at application_cfc$cf.udfCall(/Application.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:218) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:779) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.valves.rewrite.RewriteValve.invoke(RewriteValve.java:289) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string286: &lt;cfset result.route = &quot;Inventory&quot;&gt;<br> 287: &lt;cfset result.state = StructNew()&gt;<br> <b>288: &lt;cfset result.state.code = loc.temp.code&gt;</b><br> 289: &lt;cfset result.state.name = loc.temp.name&gt;<br> 290: &lt;cfset result.title = &quot;New &amp; Used #replace(result.type,'_',' ','ALL')# For Sale in #result.state.name#&quot;&gt;<br>
codePrintPlain
string286: <cfset result.route = "Inventory"> 287: <cfset result.state = StructNew()> 288: <cfset result.state.code = loc.temp.code> 289: <cfset result.state.name = loc.temp.name> 290: <cfset result.title = "New & Used #replace(result.type,'_',' ','ALL')# For Sale in #result.state.name#">
column
number0
id
string??
line
number288
Raw_Trace
stringcom.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:288)
template
string/home/t2t/public_html/com/routes/router.cfc
type
stringcfml
2
Struct
codePrintHTML
string58: from other functions (e.g. metatags lookup)<br> 59: ---&gt;<br> <b>60: &lt;cfset loc.routeInfo = getRouteInfo(loc.targetPage)&gt;</b><br> 61: <br> 62: &lt;cfif structKeyExists(url,&quot;dumpRouteInfo&quot;)&gt;<br>
codePrintPlain
string58: from other functions (e.g. metatags lookup) 59: ---> 60: <cfset loc.routeInfo = getRouteInfo(loc.targetPage)> 61: 62: <cfif structKeyExists(url,"dumpRouteInfo")>
column
number0
id
string??
line
number60
Raw_Trace
stringcom.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:60)
template
string/home/t2t/public_html/com/routes/router.cfc
type
stringcfml
3
Struct
codePrintHTML
string217: <br> 218: // process request with new router<br> <b>219: request.routeInfo = application.router.process(arguments.targetPage, false);</b><br> 220: <br> 221: // set request.vCurrentPage<br>
codePrintPlain
string217: 218: // process request with new router 219: request.routeInfo = application.router.process(arguments.targetPage, false); 220: 221: // set request.vCurrentPage
column
number0
id
string??
line
number219
Raw_Trace
string_router_cfm$cf.call(/_router.cfm:219)
template
string/home/t2t/public_html/_router.cfm
type
stringcfml
4
Struct
codePrintHTML
string81: // include '/_redirect.cfm';<br> 82: include '/includes/application/_onRequest.cfm';<br> <b>83: include arguments.targetPage;</b><br> 84: return;<br> 85: }<br>
codePrintPlain
string81: // include '/_redirect.cfm'; 82: include '/includes/application/_onRequest.cfm'; 83: include arguments.targetPage; 84: return; 85: }
column
number0
id
string??
line
number83
Raw_Trace
stringapplication_cfc$cf.udfCall1(/Application.cfc:83)
template
string/home/t2t/public_html/Application.cfc
type
stringcfml
type
stringexpression