I am trying to handle 404 errors in my ColdFusion app with onMissingTemplate() method in Application.cfc.
My application.cfc uses the OnRequestStart to check users are logged in <cfif not isDefined(\"session.auth.isLoggedIn\")>
I would like to add some code to my Application.cfc onRequestEnd function that, if a certain application variable flag is on, will log query sql and execution time to a database ta开发者_运维百科ble.T
I am working on a simple form using ColdFusion MX7. I have a pair of text inputs I want to populate based on a what is selected in a cfselect. Any Ajax calls to my CFC return a 404 error. If I access
I\'ve seen all kinds of solutions for extending cfcs in parent folders with access to parent files or the CF administration, but I have not seen a workable solution to extend a cfc in a \"shared\"/sib
I have a CF9 project set up with a multi-tiered directory structure. At the root level I have the live production site with its Application.cfc. It contains a number of variables that are bound to a \
I\'m migrating an old app that uses application.cfm to use an applic开发者_开发技巧ation.cfc. The CFM sets a few globals such as
I have a database table that is a dictionary of defined terms -- key, value. I want to load the dictionary in the application scope from the database, and keep it there for performance (it doesn\'t ch
I have some problem with my cfml website. I have used the below开发者_开发百科 code in application.cfc file to connect with the dsn.
In ColdFusion version 9, I have the following in Index.cfm: <cfdump var=\"#Application#\"> But the only thing I\'m getting back is a struct with the applicationname - no other variables like