| exception | 1 | Catch Entries: 13 | | additional | | Struct (ordered) | | Function | | | Component | |
| | Cause | | Struct | | additional | | Struct (ordered) | | Function | | | Component | |
| | Detail | | | ErrNumber | | | ErrorCode | | | Extended_Info | | | ExtendedInfo | | | Message | | string | key [productid] already exist in struct |
| | StackTrace | | string | lucee.runtime.exp.ExpressionException: key [productid] already exist in struct
at lucee.runtime.functions.struct.StructInsert.call(StructInsert.java:48)
at lucee.runtime.functions.struct.StructInsert.call(StructInsert.java:39)
at helper.global_cfc$cf$c.udfCall1(/helper/global.cfc:147)
at helper.global_cfc$cf$c.udfCall(/helper/global.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 products.landing_page_cfm$cf.call(/views/products/landing_page.cfm:16)
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:7)
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:284)
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 | | string | 145: <cfset key_pair_arr = pair.Split('=')><br>
146: <cfif isArray(key_pair_arr) AND not arrayIsEmpty(key_pair_arr)><br>
<b>147: <cfset structInsert(rStruct, '#key_pair_arr[1]#', '#key_pair_arr[2]#')></b><br>
148: </cfif> <br>
149: </cfloop><br>
|
| | codePrintPlain | | string | 145: <cfset key_pair_arr = pair.Split('=')>
146: <cfif isArray(key_pair_arr) AND not arrayIsEmpty(key_pair_arr)>
147: <cfset structInsert(rStruct, '#key_pair_arr[1]#', '#key_pair_arr[2]#')>
148: </cfif>
149: </cfloop>
|
| | column | | | id | | | line | | | Raw_Trace | | string | helper.global_cfc$cf$c.udfCall1(/helper/global.cfc:147) |
| | template | | string | /var/www/ktsupplywholesale/public_html/helper/global.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 14: <cfset productvar = "NA"><br>
15: <cfif IsDefined('url.q')><br>
<b>16: <cfset dStr = application.objGlobal.decryptURL(url.q)></b><br>
17: <cfif structKeyExists(dStr, 'productid')><br>
18: <cfset productid = dStr['productid']><br>
|
| | codePrintPlain | | string | 14: <cfset productvar = "NA">
15: <cfif IsDefined('url.q')>
16: <cfset dStr = application.objGlobal.decryptURL(url.q)>
17: <cfif structKeyExists(dStr, 'productid')>
18: <cfset productid = dStr['productid']>
|
| | column | | | id | | | line | | | Raw_Trace | | string | products.landing_page_cfm$cf.call(/views/products/landing_page.cfm:16) |
| | template | | string | /var/www/ktsupplywholesale/public_html/views/products/landing_page.cfm |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 5: <cfset request.result = data.data><br>
6: </cfif><br>
<b>7: <cfinclude template="#data['view']#"></b><br>
8: </cfoutput><br>
9: <!--- <br>
|
| | codePrintPlain | | string | 5: <cfset request.result = data.data>
6: </cfif>
7: <cfinclude template="#data['view']#">
8: </cfoutput>
9: <!---
|
| | column | | | id | | | line | | | Raw_Trace | | string | index_cfm$cf.call(/index.cfm:7) |
| | template | | string | /var/www/ktsupplywholesale/public_html/index.cfm |
| | type | |
| | 4 | | Struct | | codePrintHTML | | string | 282: */<br>
283: void function onRequest(required string targetPage) {<br>
<b>284: include arguments.targetPage;</b><br>
285: }<br>
286: <br>
|
| | codePrintPlain | | string | 282: */
283: void function onRequest(required string targetPage) {
284: include arguments.targetPage;
285: }
286:
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall1(/Application.cfc:284) |
| | template | | string | /var/www/ktsupplywholesale/public_html/Application.cfc |
| | type | |
|
| | type | |
| | Detail | | | ErrNumber | | | ErrorCode | | | Extended_Info | | | ExtendedInfo | | | Message | | string | key [productid] already exist in struct |
| | name | | | rootCause | | Struct | | additional | | Struct (ordered) | | Function | | | Component | |
| | Detail | | | ErrNumber | | | ErrorCode | | | Extended_Info | | | ExtendedInfo | | | Message | | string | key [productid] already exist in struct |
| | StackTrace | | string | lucee.runtime.exp.ExpressionException: key [productid] already exist in struct
at lucee.runtime.functions.struct.StructInsert.call(StructInsert.java:48)
at lucee.runtime.functions.struct.StructInsert.call(StructInsert.java:39)
at helper.global_cfc$cf$c.udfCall1(/helper/global.cfc:147)
at helper.global_cfc$cf$c.udfCall(/helper/global.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 products.landing_page_cfm$cf.call(/views/products/landing_page.cfm:16)
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:7)
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:284)
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 | | string | 145: <cfset key_pair_arr = pair.Split('=')><br>
146: <cfif isArray(key_pair_arr) AND not arrayIsEmpty(key_pair_arr)><br>
<b>147: <cfset structInsert(rStruct, '#key_pair_arr[1]#', '#key_pair_arr[2]#')></b><br>
148: </cfif> <br>
149: </cfloop><br>
|
| | codePrintPlain | | string | 145: <cfset key_pair_arr = pair.Split('=')>
146: <cfif isArray(key_pair_arr) AND not arrayIsEmpty(key_pair_arr)>
147: <cfset structInsert(rStruct, '#key_pair_arr[1]#', '#key_pair_arr[2]#')>
148: </cfif>
149: </cfloop>
|
| | column | | | id | | | line | | | Raw_Trace | | string | helper.global_cfc$cf$c.udfCall1(/helper/global.cfc:147) |
| | template | | string | /var/www/ktsupplywholesale/public_html/helper/global.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 14: <cfset productvar = "NA"><br>
15: <cfif IsDefined('url.q')><br>
<b>16: <cfset dStr = application.objGlobal.decryptURL(url.q)></b><br>
17: <cfif structKeyExists(dStr, 'productid')><br>
18: <cfset productid = dStr['productid']><br>
|
| | codePrintPlain | | string | 14: <cfset productvar = "NA">
15: <cfif IsDefined('url.q')>
16: <cfset dStr = application.objGlobal.decryptURL(url.q)>
17: <cfif structKeyExists(dStr, 'productid')>
18: <cfset productid = dStr['productid']>
|
| | column | | | id | | | line | | | Raw_Trace | | string | products.landing_page_cfm$cf.call(/views/products/landing_page.cfm:16) |
| | template | | string | /var/www/ktsupplywholesale/public_html/views/products/landing_page.cfm |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 5: <cfset request.result = data.data><br>
6: </cfif><br>
<b>7: <cfinclude template="#data['view']#"></b><br>
8: </cfoutput><br>
9: <!--- <br>
|
| | codePrintPlain | | string | 5: <cfset request.result = data.data>
6: </cfif>
7: <cfinclude template="#data['view']#">
8: </cfoutput>
9: <!---
|
| | column | | | id | | | line | | | Raw_Trace | | string | index_cfm$cf.call(/index.cfm:7) |
| | template | | string | /var/www/ktsupplywholesale/public_html/index.cfm |
| | type | |
| | 4 | | Struct | | codePrintHTML | | string | 282: */<br>
283: void function onRequest(required string targetPage) {<br>
<b>284: include arguments.targetPage;</b><br>
285: }<br>
286: <br>
|
| | codePrintPlain | | string | 282: */
283: void function onRequest(required string targetPage) {
284: include arguments.targetPage;
285: }
286:
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall1(/Application.cfc:284) |
| | template | | string | /var/www/ktsupplywholesale/public_html/Application.cfc |
| | type | |
|
| | type | |
| | StackTrace | | string | lucee.runtime.exp.ExpressionException: key [productid] already exist in struct
at lucee.runtime.functions.struct.StructInsert.call(StructInsert.java:48)
at lucee.runtime.functions.struct.StructInsert.call(StructInsert.java:39)
at helper.global_cfc$cf$c.udfCall1(/helper/global.cfc:147)
at helper.global_cfc$cf$c.udfCall(/helper/global.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 products.landing_page_cfm$cf.call(/views/products/landing_page.cfm:16)
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:7)
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:284)
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 | | string | 145: <cfset key_pair_arr = pair.Split('=')><br>
146: <cfif isArray(key_pair_arr) AND not arrayIsEmpty(key_pair_arr)><br>
<b>147: <cfset structInsert(rStruct, '#key_pair_arr[1]#', '#key_pair_arr[2]#')></b><br>
148: </cfif> <br>
149: </cfloop><br>
|
| | codePrintPlain | | string | 145: <cfset key_pair_arr = pair.Split('=')>
146: <cfif isArray(key_pair_arr) AND not arrayIsEmpty(key_pair_arr)>
147: <cfset structInsert(rStruct, '#key_pair_arr[1]#', '#key_pair_arr[2]#')>
148: </cfif>
149: </cfloop>
|
| | column | | | id | | | line | | | Raw_Trace | | string | helper.global_cfc$cf$c.udfCall1(/helper/global.cfc:147) |
| | template | | string | /var/www/ktsupplywholesale/public_html/helper/global.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 14: <cfset productvar = "NA"><br>
15: <cfif IsDefined('url.q')><br>
<b>16: <cfset dStr = application.objGlobal.decryptURL(url.q)></b><br>
17: <cfif structKeyExists(dStr, 'productid')><br>
18: <cfset productid = dStr['productid']><br>
|
| | codePrintPlain | | string | 14: <cfset productvar = "NA">
15: <cfif IsDefined('url.q')>
16: <cfset dStr = application.objGlobal.decryptURL(url.q)>
17: <cfif structKeyExists(dStr, 'productid')>
18: <cfset productid = dStr['productid']>
|
| | column | | | id | | | line | | | Raw_Trace | | string | products.landing_page_cfm$cf.call(/views/products/landing_page.cfm:16) |
| | template | | string | /var/www/ktsupplywholesale/public_html/views/products/landing_page.cfm |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 5: <cfset request.result = data.data><br>
6: </cfif><br>
<b>7: <cfinclude template="#data['view']#"></b><br>
8: </cfoutput><br>
9: <!--- <br>
|
| | codePrintPlain | | string | 5: <cfset request.result = data.data>
6: </cfif>
7: <cfinclude template="#data['view']#">
8: </cfoutput>
9: <!---
|
| | column | | | id | | | line | | | Raw_Trace | | string | index_cfm$cf.call(/index.cfm:7) |
| | template | | string | /var/www/ktsupplywholesale/public_html/index.cfm |
| | type | |
| | 4 | | Struct | | codePrintHTML | | string | 282: */<br>
283: void function onRequest(required string targetPage) {<br>
<b>284: include arguments.targetPage;</b><br>
285: }<br>
286: <br>
|
| | codePrintPlain | | string | 282: */
283: void function onRequest(required string targetPage) {
284: include arguments.targetPage;
285: }
286:
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall1(/Application.cfc:284) |
| | template | | string | /var/www/ktsupplywholesale/public_html/Application.cfc |
| | type | |
|
| | type | |
|