What's the point in using CFPROPERTY for my Beans?
I did some testing, and if I set some private CFC variables in the pseudo constructor on a bean, and then perform the respective setPropertyName( respectiveOptionalArgument ) inside the init()...
View ArticleNew CF10 J2ee installation on Linux cluster. Admin password does not work
I just installed a new CF10 J2ee installation on Linux cluster. The cluster shares common storage. Admin password used during the installation does not work. 1. I have tried various browsers but the...
View ArticleCF Builder 2 Auto-Indenting
My ColdFusion Builder 2 auto-indents four spaces. How can I change that to two spaces? Thanks.
View ArticlePassing variables with cfhttp
I need to pass a dynamic variable using cfhttp. This code: <cfhttp method="get" url="#cgi.server_name#/page.cfm?pageid=#pageid#" resolveurl="Yes"><cfoutput>...
View ArticleCFIDE directory
I am a ColdFusion user since version 3 (building web site with cfml).I do not know anything about the ColdFusion product itself.I am now wondering why new tags needs to access CFIDE directorywhich is...
View ArticleHandler "JWildCardHandler" has a bad module "IsapiModule" in its module list
I get this Internal Server Error (500.21) after installing the 32 bit version of Cold Fusion on a Windows 7 Pro machine (32 bit version). I read the posts and unchecked the IIS version 6 backward...
View ArticleDelete items unchecked from a form
I have a list from query that populate checkboxes (checked) in a form. However, when a user deselects some of the items from, I want them to be deleted from the database for that user. Here is the ex:...
View ArticleBeans get and set, but can they perform miscellaneous property modification?
In my learning of OOP, I came across a statement indicating that Beans should only be able to get/set properties of themselves. As such, many times I have a getProperty() and setProperty() for the...
View ArticleCF 9 HotFix 4 - RDS
Hi all,after CF 9 Hotfix 4 we have problems with RDS (unable to authenticate on RDS server using current security information)!Any experiences or ideas?Thank you!BR
View ArticleColdfusion does not recognize IE11 - Flash forms not working.
This is a problem that has me banging my head on my desk. We have a web application that still uses Flash based web forms. (Before anyone says it, I know we need to get away from the flash forms, but...
View Articlepass query id into pop up window
Hi, i want to be able to pass the id from the query into the popup window but not sure how to do it, would you please help me with this? - thanks code below (A) working fine with open the pop up detail...
View ArticleTrying to install CF10
I am trying to install CF10 on a virtual server.The server is a Windows 8 R2 with Service Pack 1 installed. Dual 2.53 GHz with 6144MB of RAM. The server has IIS7 installed. I got most of the way...
View ArticleHighlighting the current day
Hi, happy new year.I have some code that gives me a calendar on my cfml page.Is there a way that I can modify this so that the current day has a background color?Thank you very much. <code>...
View ArticleCF10 CFFTP listDir
Can someone please help. I'm trying to do a simple list of directory and the command doesn't work. <cfftp action="listdir" server="~~~~~.com" username="~~"<br>...
View ArticleCF10: Address already in use: JVM_Bind
After a fresh install of CF 10 multiserver I have made 6 instances. After a reboot of the server 4 of the instances have an exception: "Address already in use: JVM_Bind"java.net.BindException: Address...
View ArticleDreamweaver CC Coldfusion 10 extension?
Hi I'm on the road trying to configure Dreamweaver CC for a CF10 project on my laptop. Back in my office on my server i have DWCC configured using the CF10 extensions and I remember that I used an...
View ArticleColdFusion 10 installation error on Win8.1 64-bit
Hello all,I am trying to install ColdFusion 10 developer version on my personal PC with Win8.1 64-bit.I tried to run installation as administrator and also in administrator command line but without any...
View ArticleWhy don't my component properties update?
I will try to make this as short as possible. I have a component that looks like this: <cfcomponent extends = "path.to.base" output = "false"> <cfproperty type="string" name="ID" />...
View ArticleHelp me with some statistics gathering, if you have a moment
G'day:I'm just gathering some information about people's opinions of some mooted CFML syntax. If you could complete this survey (one multi-choice, one optional comment), that'd be really cool:...
View ArticleIs CF 9.02 32 bit OS supports COM objects ?
Dear All, I am aware COM doesn't support in 64 bit OS. Supports COM objects in CF 9.01. Thanks in advance
View Article