I am using CFDOCUMENT to create a PDF in CF9.0.1. However with the same input each time I generate a new PDF using CFDOCUMENT the MD5 hash seems to be different.
I am using ColdFusion 9.1. I need to use two different datasources in some of my queries.I know it can be done because I see other co开发者_开发知识库de that uses two different datasources and it wor
In ColdFusion 9 I am serializing an ORM entity. When doing this, though, it\'s missing relational entities.
Model Glue 3 introduced bean injection, which allows you to do this in a controller to access it: beans.component.function();
I have some common UDFs and CFCs that I\'d like to make available to all my controllers. I\'m using Model-Glue 3. I\'ve thought of several ways of doing so:
Note:开发者_C百科 If you wish to use an absolute template path (for example, template=\"/mypath/index.cfm\") with CFINCLUDE, you must create a
I have a directory watcher event gateway instance that is responsible for parsing, loading and storing data received in the CSV format via SFTP. Using entityNew and entityLoad, this process iterativel
I have multiple CF applications running on the same server under the same domain name. One of them, let\'s call it Portal, is intended to be the single sign-on for the other applications, which let\'s
I have a secured event type, which will check to see if the user is logged in, and the redirect them to the login page if they\'re not:
I have two objects HomeFeatures <cfcomponent persistent=\"true\"> <cfproperty name=\"id\" column=\"homeFeatureid\">