binding selectedNode in cftree to cfinput
Hi, I am trying to bind the selectedNode in a cftree to cfinput <cfform name="form1" method="post"><cftree name="mytree" format="html"> <cftreeitem display="cust_name"...
View Articlebinary data in a form field gets changed
I'm about to migrate a Coldfusion9 application running on SunOS to Coldfusion10 on Suse Linux.The webpages work perfectly on the new installation.However there is also kind of a system interface where...
View Articleupgrade wsconfig from command line problem
I have 2 running sites (plus cfadmin) on an IIS 7.5 server. I want to run the command line to use wsconfig to update the connector on the smaller production site before trying it on the larger one or...
View Articlecoldfusion 10 users logs off automatically from the tool after first activity...
coldfusion 10 users logs off automatically from the tool after first activity everyday when they log in
View ArticleWildcard Search in CF10
I create a collection by indexing a bunch of .pdf files and then I use CFSEARCH to search for a string in the filename. In CF8 with Verity this was easy: *searchterm* In CF10, even if I don't use the...
View ArticleJSON data limit to coldfusion Server from JQuery Ajax call
We have been using coldfusion 10 Server and developing applications with YUI tables, JQuery And Coldfusion components. We have been facing issues when we try to submit a big chunk of Json data to...
View ArticleI am having Issues with ISAPI_Rewite and Coldfusion
Hi i have a website and a hosting package with HOSTEK.com which also gives me the option to use the ISAPI_rewrite. I am new to this and the issue i am having is that i have a .htaccess file with the...
View ArticleMy little templating snafu
CF10/Win7Prox64 I have a TemplatingService object. It has it's processTemplate() function called and is passed 1 argument, a Request object which holds information about the request. The first thing...
View ArticleCF10 Enabled Metrics Logging but getting nulls instead
In an effort to troublshoot some issues I'm having I enabled metrics logging in CFADMIN but this is all I'm seeing in the metrics.log file. What gives?...
View ArticleDatabase locking
I am working on a system that signs customers up for workshops. Some of these workshops have limited capacity. The issue comes in that customers could run the same code simultaneously. Two customers...
View ArticleDo Adobe developers watch these forums?
I'm somewhat new and occasional to Cold Fusion, so I'm not familiar with the support process. The cfgrid tag appears to be broken, and I wonder how one might get Adobe to fix it.
View ArticleConfiguring CF10 to use X-forwarded-for instead of remote_addr
I am using an AWS instance behind a load balancer with NAT. It has its advantages, but one of its disadvantages is the remote_addr coming through is the remote_addr of the ELB....
View ArticleI need my services available from...well... everywhere
So I have these Service Objects that are instantiated during onApplicationStart(). During the onRequestStart(), I make a pointer in the variables scope to each, so they can just be called by their...
View ArticleCF10 RESTful web services under IIS web root
I've tried setting up RESTful web services in ColdFusion10 and found that it only works uder the CF web root, but not IIS web root. Does anyone have a solution for having this set up under the IIS web...
View ArticleCrappy Mappings, ie, Crappings
So correct me if I'm wrong. I have a file structure that looks like this: models> framework>> alpha.cfcapplication.cfc I am executing from application.cfc. In it, I have created a mapping...
View Articlecfcompile
Cfcompile trashes my templates, using the syntax of in a DOS window: c:/coldfusion9/bin>cfcompile -deploy C:\coldfusion9\wwwroot C:\ColdFusion9\wwwroot\filestocompile...
View ArticleMySQL query or CF code to “Flag” a group of query results based on a common...
I have the following query that looks up customer accounts:SELECT ACCOUNT_ID, SUBSCRIBER_ID, PKG_CODE FROM Accounts WHERE ACCOUNT_DESC LIKE'%Eye%' GROUPBY ACCOUNT_IDWhich gives me the...
View ArticleSend data complext to Net Webservice
Hello, I need to send array of array to Net webservice (rest) but the webservide respond the error: {"Exception":"Object reference not set to an instance of an object.","StackTrace":" I have an sample...
View ArticleCF8 Enterprise migration to another hosting provider. Help with migration...
Hi there! We are running a CF8 Enterpsise on an older root Server (virtuozzo VM) and we need to switch to another provider (vmWare VM).We will probably need more then one month for the migration and I...
View ArticleMake Hyperlinks from URL
Request you to please help me with the Script "Make hyperlinks from URL". When I run this script its converting the URL to Hyperlink, but its changing the original URL text present in the Indesign...
View Article