Re: CF10: Address already in use: JVM_Bind
I did that prior to posting in the forum; have dealt with port conflicts in the past, so was used to debugging that way. Unfortunately, there are no port conflicts: none of the ports in use by the CF...
View ArticleRe: Dreamweaver CC Coldfusion 10 extension?
Anit I converted the .mxp to a .zxp file without incident, but when I opened the Extension Manager (CC version) and tried to install the newly named extension I get the following error:...
View ArticleRe: Dreamweaver CC Coldfusion 10 extension?
Hi Rich, Did you try installing the extensions from the below locations:- Vista/Windows 7: C:/Program Files (x86)/Adobe/Adobe Dreamweaver CC/Configuration/DisabledFeaturesMac OS X: /Applications/Adobe...
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 ArticleRe: Why don't my component properties update?
To start with, I think that it is not good practice to set or update a component's instance variables by means of arbitrary methods as you have done. Use a 'setter' method to set instance variables....
View ArticleRe: ColdFusion 10 installation error on Win8.1 64-bit
Hi Robert, We tried and tested it at our end, and it seems to install ColdFusion without any issue. Can you check the Event Viewer logs for the same? Regards,Anit Kumar
View ArticleRe: Why don't my component properties update?
Previous to what I've posted up here, I was using more purist getter/setter methodologies. There were pros and cons to each side, and though many purists don't budge an ounce in their views, I saw a...
View ArticleRe: ColdFusion 10 installation error on Win8.1 64-bit
right clik on .exe file , "run as Administartor."
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 ArticleRe: Why don't my component properties update?
Here, as in every other profession, rules are meant to be broken! The key issue here is not whether you use getters and setters. It is that ColdFusion may be confusing the name 'ID' of the function...
View ArticleRe: Why don't my component properties update?
Actually makes a lot of sense. I mean, heck, I'm not not following the non-purist methodologies to be considered a pain in the butt n all but it does come with its own side of cons as well as pros....
View ArticleRe: cfhttp post to AWS S3 works in CF9 but fails in CF10
One point of clarification: the server error 500 was not returned by the ColdFusion server when performing the chttp call, but as the result of the cfhttp call. That was unclear in my original post....
View ArticleRe: Is CF 9.02 32 bit OS supports COM objects ?
Hello shinystar, Here is a workaround for solving the issue of COM in case of CF 32-bit on Windows 64-bit machine. Perform the below steps:1.Go to <ColdFusion_home>/bin directory and open...
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 ArticleFB3 Global Layout question
I am using CF10 and Fusebox3. I have a site that has a left navigation panel and this left nav panel is defined in a main directory file called layoutGlobal.cfm. My fbx_Layouts.cfm file in the main...
View ArticleRe: cfhttp post to AWS S3 works in CF9 but fails in CF10
I set the cfhttp redirect attribute to "no" on both the CF9 and CF10 versions. In both cases, S3 returns a 303 response code with a URL in a location field that looks similar (only the file-specific...
View Articleauto refresh the cfgrid
Hi, I am displaying the search results into the cfgrid. The date field is using the datepicker calendar and I have to click on the fresh button below to refresh the search results. It worked fine...
View ArticleDoes cfgrid in v10 really return valid data in the form array?
My evidence shows this as incredibly buggy. Other forum discussions (http://forums.adobe.com/message/2868996) from 2010 and v9 and others suggest this tag has always been crap. The unproven workaround...
View ArticleRe: Does cfgrid in v10 really return valid data in the form array?
Hello mdwyerco, cfgrid works fine for us. Do you have an sample code, which might be causing the issue for you. You can share the same, and we can test it, if it's not functioning as expected....
View ArticleIs there a guide for starting coldfusion development on Ubuntu?
I have successfully installed coldfusion on Ubuntu 13.10, but as a newbie to Ubuntu I am looking for a guide on the best way to continue from here? For example, I can view the CFADMIN at...
View Article