Re: Hyphen in XML row name causing problems
Have you attempted to use an assosicative array syntax? mydoc.rowset.row[ i ][ 'WORK_E-MAIL' ].XMLText
View ArticleRe: ColdFusion 10 Update 13 is now available
If this update contains a fix only on an operating system that we're not using, why would our ColdFusion state that it's a outstanding update that needs to be applied? We're using CF10 Standard on a...
View ArticleRe: ColdFusion 10 Update 13 is now available
Hi Aegis, This update applies only to Mac OS users. On the other hand, to make this update universal (and not specific to Mac OS), it is again a cumulative update. So if you are a non Mac OS user, then...
View ArticleRe: Dreamweaver CC Coldfusion 10 extension?
Hi Cody, Can you let us know, your Operating System? Regards,Anit Kumar
View ArticleQuestions on installation of ColdFusion 9.0.2 version from existing 9.0.1
Hello, I am currently running ColdFusion 9.0.1 enterprise edition, and plan to upgrade to 9.0.2 version. I understand that this requires uninstallation of existing 9.0.1 and performing a fresh install...
View ArticleHow to find the type of webserver being configured for use with ColdFusion
Hello, Where can I check to see the type of server that ColdFusion is configured to run currently? I have an existing installation of CF 9.0.1, which I will be removing and installing CF 9.0.2. During...
View ArticleRe: How to find the type of webserver being configured for use with ColdFusion
You could use the Web Server Configuration Tool. Assuming you are on Windows, the path to launch it is usually Start => Programs => Adobe => ColdFusion 9 => Web Server Configuratiol Tool In...
View ArticleRe: Questions on installation of ColdFusion 9.0.2 version from existing 9.0.1
I did a successful installation of 9.0.2; answering my own questions, for the benefit of future upgraders - 1. Yes. Only the serial number is required (as is shown in the CF Admin Page of existing...
View ArticleWhat is the latest update level possible for CF9.0.2?
Hello, I installed CF 9.0.2 and installed cumulative hotfix 1. This took the update level to "chf9020001". Is this the latest possible revision of CF 9.x series, or does ColdFusion have any update over...
View ArticleRe: How do I use a variable within paragraphFormat?
Got it to work. After viewing your code, I had an epiphany on how replaceNoCase() works. Can I add multiple replaceNoCase() into my message? I would like to be able to replace courseTitle and Start...
View ArticleRe: How do I use a variable within paragraphFormat?
Glad to hear you got it to work. Of course, you can replace substrings recursively, like this <cfset msg = replaceNoCase(message, '" & FirstName & "', firstNameString)><cfset msg =...
View Articleproblem with cfcookie
Hi I have some problem with cfcookie. No where CFCOOKIE tag or javascript fns are used to create a cookie from the code. But cookies are created ans stored in the local system once logged into appln....
View ArticleRe: What is the latest update level possible for CF9.0.2?
Hi Arun, ColdFusion 9.0.2 is the latest in 9.x. The latest update level for CF9.0.2 is CHF1. After that you can apply the Security Bulletins (http://helpx.adobe.com/security/products/coldfusion.html)...
View ArticleRe: problem with cfcookie
The attributes setclientcookies="yes" and clientstorage="Cookie" tell ColdFusion to store cookies on the client's computer. You suggest you use sessions, so your cfapplication tag could be something...
View ArticleRe: ColdFusion randomly stops rendering
What if you create a new site in IIS and that starts working fine? If yes, then the difference between the existing site and the new site will be of the " Application Pool". Try using a new App pool...
View ArticleGetting NullPointerException on IsUserLoggedIn() Randomly
java.lang.NullPointerException at java.util.Hashtable.put(Unknown Source) at coldfusion.runtime.SecurityScopeTracker.setSecurity(SecurityScopeTrac ker.java:235) at...
View ArticleRe: Getting NullPointerException on IsUserLoggedIn() Randomly
I've seen this issue once in forums :http://forums.adobe.com/thread/1222540 though it is unanswered Seems like you have not done major changes except the CF upgrade and started facing this issue. Can...
View ArticleControl Flow Question
I am a newer programmer and I am not sure I would translate this into code.. If the time is between 21-30 days, the cost is $50. If it is more than 30 days, there is an additional charge of $34 for...
View ArticleRe: Getting NullPointerException on IsUserLoggedIn() Randomly
yea i see that thread well i check maintain connections and its check same as before. Probably stuipd question but what would a datasource connections have to do with isuserloggedin() since that is a...
View ArticleWhy is ColdFusion adding backslashes to my Concatenated string?
Alright, serializeJSON isn't creating pretty enough JSON for me to use with jQuery. So I decided to build it myself.Here is my code: <cffunction name="getActions" output="false" access="remote"...
View Article