I\'m trying to use JavaLoader to load a java (HttpAsyncClient) class into ColdFusion. client = loader.create(\"org.apache.commons.HttpAsyncClient\")
Within an XSL stylesheet, I\'m trying to use the document() function with a relative path to an xml file (which should be possible if I understand the XSLT specs correctly), but for some reason it doe
I am running ColdFusion 9.01 with all the latest hotfixes applied as of this writing. I\'ve been using ColdFusion 9\'s Hibernate integration on a production site for well over a year and now need to r
I am trying to figure out how to parse an entire URL in ColdFusion. By entire URL I mean something link this - http://subdomain.domainname.com/crm/leads/view/
I\'m working with ColdFusion 9.0.1 and latest (for current date) stable build of twitter4j library - twitter4j-core-2.2.4. I\'m trying to create functionality which allows users to login or register a
WINDOWS XP PROFESSIONAL/coldfusion/Dreamweaver/Fusebox-3 I have the same CF-8 code in two places * folder A:- c:\\Coldfusion8\\wwwroot\\BootsmanCode\\code
I have a page called \"shopping_cart_qry.cfm\", that does a series of SELECT queries from various tables. It extracts data and populates a single structure called shopping. This structure contains aro
I\'m having a problem with a cfinput tag when returned from a jQuery .get() call. If I put the tag on the main page like so:
The Situation: I have a database of 6000 students on a live site, and on a test site, there is a database of 400 test-students. Searching the students using the search function (below) works fine on t
A lot of sources call a single resource, typically through <cfthread ..>, but some use <cfinclude ..>.