Re: Return Soap Fault in CF web service
I had to use a workaround. In the complex type (CFC) returned by the webservice, I added two additional properties, success (boolean) and fault(string). That way, if validation fails, I set success to...
View ArticleRe: Coldfusion only displays variable names, not variables.
First, be careful with using the hash tag in a CFML page. Your inline style on the <p> element not only has an incorrect number of hexadecimal characters (you can have 3 or 6 characters, not 5),...
View ArticleRe: complete example of using the jquery autocomplete with ColdFusion
I need to pull from a database not a text file though
View ArticleRe: Coldfusion only displays variable names, not variables.
Nope, didn't change anything. I'm still having it say "Hello #firstname#" instead of "Hello Bob"
View ArticleRe: Coldfusion only displays variable names, not variables.
Did you by chance name this file with a non-ColdFusion extension? For example, if you write that code and then save the file as anything other than .cfm or .cfml, then ColdFusion never gets the chance...
View ArticleHow to generate barcode in coldfusion 10?
Hi! Can someone teach or refer to any link to generate barcode in coldfusion 10?I did try in cf8 and it works but not in cf10. Please help
View ArticleRe: Coldfusion only displays variable names, not variables.
<cfset firstname="bob"><cfoutput>Test -#firstname#</cfoutput> Please check it, If you get the output as Test -bob;
View Articledouble quotes/single quote problem in Coldfusion with back end as ORacle
Hi All,Here is my problem,I have a user defined function, which will give me the output as " table.column = <cfqueryparam cfsqltype = 'cf_sql_varchar' value = 'test'>; but when i pass this as my...
View ArticleRe: Jquery autocomplete with json
jQuery is nothing to do with ColdFusion. You are just using ColdFusion to serve out data from a database query. You will have to find a way to get your code online so we can see it, since there are...
View ArticleRe: How to generate barcode in coldfusion 10?
Hi, we use jQuery. It's very low overhead. Search for jquery-barcode online. The code is very simple, for example this code (call it index.cfm) generates a barcode from a parameter passed to the page...
View ArticleRe: Jquery autocomplete with json
There is no way right now for me to make it public I am getting the response I need though. I can see that in the response tab in Firebug. The results just are being displayed on the page.
View ArticleRe: Coldfusion only displays variable names, not variables.
Looks like CF is not serving pages, and that .cfm pages are being served literally as text files.
View ArticleRe: Coldfusion only displays variable names, not variables.
Yup. That would be my next guess. ColdFusion isn't even hitting the request. This could either be that the connector script is not working, as such, ColdFusion is not responsible for handling files...
View ArticleBuilding a best practice web application using ColdFusion and Jave EE
I've been tasked with rewriting a software using ColdFusion. I cannot seem to find a lot of information on best practice development in ColdFusion. I am an experience Java developer who has never...
View ArticleCan't open cfm pages
New install of CF10 on IIS7 does not open any cfm pages tries to download instead.
View ArticleRe: I want to download coldfusion 7 ?
Adobe no longer supports ColdFusion 7 (the End-of-Extended-Support was 2/7/12), so I wouldn't expect to find a download on their site. If you still have a valid license key for CF7, you might either...
View ArticleCFGrid - 1st maxlength for a cfgridcolumn/ 2nd - YES entered displayed as True?
I have an cfgridrow that should only allow 3 digits, is there a way to set the maxlength on a cfgridcolumn? If so, how is this done? 2nd: I have a column for notes: <CFGRIDCOLUMN NAME="TeamNotes"...
View ArticleCF 10 CFML function, tag definitions and help files in DW cs6
I'm unable to view the new CF 10 CFML function, tag definitions and help files in DW CS6 after using the ColdFusion10_Tags_for_DW.mxp update file. I see that the 'CF10 Extensions' are enabled in Adobe...
View ArticleRe: Can't open cfm pages
First try running the connector tool. C:\ColdFusion10\cfusion\runtime\bin\wsconfig.exe. Select "all" when prompted and then OK. Then try CF again.
View Article