coldfusion
How do you tell the reference path when loading a class?
I\'m trying to use JavaLoader to load a java (HttpAsyncClient) class into ColdFusion. client = loader.create(\"org.apache.commons.HttpAsyncClient\")[详细]
2023-04-13 09:36 分类:问答calling xslt document() function with relative path in coldfusion 8
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[详细]
2023-04-13 06:17 分类:问答Why is ColdFusion/Hibernate adding the entity name as a prefix to column names in generated SQL?
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[详细]
2023-04-13 05:43 分类:问答Parse Entire URL in ColdFusion
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/[详细]
2023-04-13 03:41 分类:问答twitter4j.auth.AccessToken instantiating in ColdFusion
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[详细]
2023-04-13 02:15 分类:问答Localhost pointing to different codeFolder locations
WINDOWS XP PROFESSIONAL/coldfusion/Dreamweaver/Fusebox-3 I have the same CF-8 code in two places * folder A:- c:\\Coldfusion8\\wwwroot\\BootsmanCode\\code[详细]
2023-04-13 00:50 分类:问答extract and resuse values from a structure
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[详细]
2023-04-13 00:47 分类:问答cfinput autosuggest not returned properly from .get() call
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:[详细]
2023-04-12 20:09 分类:问答Can this coldfusion9 SQL search query be made faster?
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[详细]
2023-04-12 19:12 分类:问答How can a cfparam'd variable be undefined?
A lot of sources call a single resource, typically through <cfthread ..>, but some use <cfinclude ..>.[详细]
2023-04-12 17:38 分类:问答