| Thread | Last Post | Replies |
|
| How can i get the complete template list ? | 07 Jul 2008 11:14 GMT | 2 |
I'm using TrustedCache for few weeks, and if the performance improvement is awesome, I also face many troubles with the cleartemplatecache() function... Clearing the whole cache for 1 line in a cfm file is overwhelming... So of course there is a nicer solution : only clear the ...
|
| Paging Results | 07 Jul 2008 11:14 GMT | 2 |
I?m trying to page query results which are determined by what link the user has clicked, the following code pages the results of the query but doesn?t display the outputs. It displays them as the query variable, i.e. #getItems.Title#, any ideas what might be causing this?
|
| createobject | 06 Jul 2008 22:21 GMT | 3 |
I am developing with an OO-design in mind and I have most of my code written. I have a directory in the webroot called 'com'. I want to use/create an object/component in another manager-like object in
|
| are application variables 'user specific'? | 05 Jul 2008 11:13 GMT | 9 |
hi - i've got a feeling i may have done something stupid. we have several domains all pointing to one application. in application we look at the cgi.http_host to work out which site the domain the user is expecting and then serve up customised content accordingly.
|
| Looking for GnuPG Java wrapper | 04 Jul 2008 23:19 GMT | 1 |
I'm looking for the Java wrapper for GnuPG (Gnupg.jar) mentioned in this article http://coldfusion.sys-con.com/read/46359.htm (more specifically page 4 http://coldfusion.sys-con.com/read/46359_4.htm) Links to it are broken in the article
|
| CFFTP fails with Coldfusion/oroinc/net/SocketClient | 04 Jul 2008 18:58 GMT | 2 |
When I try to do <CFFTP> I am getting a following error. 'Coldfusion/oroinc/net/SocketClient' I don't see any error message other than the above string. Do anybody have ever faced this problem. CFFTP used to work properly in our production, But suddenly started failing.
|
| verity spider and localhost | 04 Jul 2008 15:25 GMT | 1 |
Verity Spider is licensed to only spider a local server. Because of this, it indexes my collection with http://localhost/ instead of http://www.mydomain.com/ My problem is that none of my users outside the network can access search results because all of the search result URLs ...
|
| Accessing a X.509 Cert using cfobject | 04 Jul 2008 13:10 GMT | 1 |
I'm trying to consume a webservice that requires an X.509 certificate. The webservice uses SOAP. In our current setup, we already consume several SOAP webservices. The way I usually do it is to create a XML Packet where I manually generate the envelope,
|
| read-only pdf file? | 04 Jul 2008 06:10 GMT | 1 |
Is it possible using cfdocument to create a pdf file that can be read but not modified? (CFMX 7) It would be nice if someone could explain how the permissions works in plain English. I haven't been able to make any sense of Adobe's docs.
|
| cfajaxproxy and IE 7 | 04 Jul 2008 00:42 GMT | 5 |
I am currently developing a CMS. I am having a problem sending html code to a CFC using cfajaxproxy in IE7. The code works perfect in Firefox 3 and Safari. The error that I get in IE 7 is the following:
|
| cfdocument hangs | 03 Jul 2008 22:50 GMT | 47 |
We have been generating pdfs for several weeks with no problem. All of the sudden earlier today, the browser started to hang whenever we get to a cfdocument tag. Sometimes it works, sometimes the browser hangs. The jrun process remains at around 40-50% CPU. We have rebooted the ...
|
| Compare Array Value to another Array Value? | 03 Jul 2008 21:18 GMT | 8 |
I have two arrays. Both 2 dimensional. The first one contains a list of names. The 2nd array contains the ID of the first array, followed with a 2nd data field. The 2nd Array can have multiple entries tied back to single ID in the first.
|
| including cfm in my asp.net pages | 03 Jul 2008 03:30 GMT | 1 |
I'm trying to include my .cfm pages within my asp.net pages. If I use an ASP include my cfm just gets included as text: <!-- #include virtual="mypage.cfm" --> and the same result in my aspx pages:
|
| Format Oracle Date to CF Output | 02 Jul 2008 20:49 GMT | 9 |
I'm querying an Oracle db and one of the fields is a date field. I am selecting many columns from this db so have tried many different versions of either DateFormat, Oracle's TO_DATE and TO_CHAR conversions but none of them worked successfully. I think what is throwing me off is ...
|
| nullpointer exception after page sits for a minute or two | 02 Jul 2008 20:36 GMT | 11 |
I have created a web application which loads the core functionality into application scope as an object. The application.cfc file instantiates the object if it isn't already initialized, and then parses the URL to establish various variables which are utilized to control database ...
|