Re: How do you turn off autocomplete functionality from Password Field
Dave, You don't say which version of CF you're using. The "autocomplete" attribute was not part of the HTML spec until HTML5. Not all browsers supported it natively, either. Since CF9 and prior...
View ArticleRe: How do you turn off autocomplete functionality from Password Field
Thanks, Carl. We are currently on 9.x. --Dave
View ArticleCF Licensing on two front end web servers
I'm currently running CF 9 Standard on a since server that runs as my web and db server. I use Rackspace Cloud btw. I've been thinking about changing my infrustructure around so it would look like...
View ArticleCF10 expandPath() problem
I currently have 2 servers. Server 1 runs Win 2003 with CF9 and IIS. Server 2 runs Win 2008 R2 64bit with CF10 and Apache 2.2 with virtual hosts. For years, on Server 1 when it ran CF7, CF8, and now...
View ArticleRe: CF Licensing on two front end web servers
Hi Check the Software License Section of ColdFusion 9 End User License Agreement http://labs.adobe.com/technologies/eula/coldfusion9.html ThanksVJ
View ArticleRe: CF Licensing on two front end web servers
Thanks vishu, I can read the license agreement, but it's the interpretation of legal wording that I'm having troubles with. Basically, I'm looking for a real world YES or NO to my question. I'm sure...
View ArticleRe: CF Licensing on two front end web servers
The way I read it, I need a unique copy for each computer no matter what the circumstances may be. Would that be a correct interpretation? So basically, I need 2 licenses?
View ArticleMulti-Select Box Not Displaying Values Passed From Grid?
Coldfusion 8I inherited an application and am trying to maintain and improve it... hit a snag today. I have a multi-select box that is not displaying what I expect. The values come from a ColdFusion...
View Articleoptional cfprocparam
I have an optional parameter in my stored procedure.I call the procedure from my function in cfc file.The code is following.Since the Myparam3 is not required in myfunction, neither in stored...
View ArticleCFGrid with boolean (checkboxes) submitting empty string
I have been searching and searching here, there, and Google for some insight on what I am doing wrong here and can not find anything. My issue is this: I have an html format CFGrid that is using a...
View Articlecfsummit..when will sessions be posted?
When will you post what time the sessions will take place so we can pick what session we want to attend?
View ArticlejqGrid Server side
I use jqGrid for my project using following server side code for ColdFusion in my cfc file.The jqGrid works only for a few pages.I can scroll for a couple of page using jqGrid pager.It seems that the...
View ArticleHas anyone started testing CF 10 with Oracle 12c yet?
I'm interested in finding out about any issues before I jump in. It will probably be some months before I setup a test DB with Oracle 12c. If anyone has tried this and has any lessons learned to share...
View ArticleRe: jqGrid Server side
@Isccsi, I can't comment on the data you are passing to jqGrid, as I haven't used that jQuery plugin myself. I did notice one thing that could be a problem. You are using the SerializeJSON() function...
View ArticleIIS/Coldfusion 10 performance problems
We recently setup a new server with CF10. We're experienncing severe performance problems at times. We had similar problems with CF9 but not nearly as severe. How do we go about diagnosing the problem...
View ArticleRe: IIS/Coldfusion 10 performance problems
CF10 and CF9 run on Java plus CF10 also has tomcat instead of Jrun. If one of the Java virtual machine parameters is reaching a limit you can get poor performance and stability. With tomcat connecting...
View ArticleSolr Search Context
I am using CF10 and Solr search, sometimes teh context has no values and makes it difficult to explain why a result ranks so high.I found this...
View ArticleRe: optional cfprocparam
How did you make the third param in stored proc. optional? Assign a default value? Then, do the same thing.Or, you could put an if statement on the third cfprocparam. If the arguments.MyParam3 NEQ a...
View ArticleRe: jqGrid Server side
Thanks a million for the message and help,jqGrid does not crash any more, but it skips a few pages.Can the function return query direct not need put in array? Thanks agin for helping, Regards, Iccsi,
View Article