coldfusion-9
CFDOCUMENT creates PDF with different MD5 hashes for same input
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.[详细]
2023-04-08 03:54 分类:问答How can I use two datasources in a CFQUERY?
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[详细]
2023-04-07 20:42 分类:问答Serializing a complex object ORM Entity dealing with relational entities
In ColdFusion 9 I am serializing an ORM entity. When doing this, though, it\'s missing relational entities.[详细]
2023-04-07 10:11 分类:问答How do I access a bean outside of a controller in ColdFusion Model Glue 3?
Model Glue 3 introduced bean injection, which allows you to do this in a controller to access it: beans.component.function();[详细]
2023-04-06 10:10 分类:问答What is the best way of including a UDF/CFC in a ColdFusion Model-Glue controller?
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:[详细]
2023-04-06 05:40 分类:问答Coldfusion mapping error
Note:开发者_C百科 If you wish to use an absolute template path (for example, template=\"/mypath/index.cfm\") with CFINCLUDE, you must create a[详细]
2023-04-05 19:55 分类:问答ColdFusion 9 ORM - Not Configured For The Current Application
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[详细]
2023-04-05 03:35 分类:问答How do I implement a single sign-on for different ColdFusion applications running on the same server?
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[详细]
2023-04-05 00:29 分类:问答Using ColdFusion Model-Glue, how do I redirect the user back to their requested page after logging in?
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:[详细]
2023-04-04 12:30 分类:问答One-to-One or Many-to-One with CF9 ORM in 2 queries
I have two objects HomeFeatures <cfcomponent persistent=\"true\"> <cfproperty name=\"id\" column=\"homeFeatureid\">[详细]
2023-04-04 12:13 分类:问答