3
votes
2answers
56 views
Best Coldfusion Library for OpenID
I am getting ready to start a project that requires using OpenID within Coldfusion 8. I have found a number of different options and was wondering what has worked the best, get's t …
0
votes
2answers
39 views
CFDIV, and CFFORM not working right inside a CFWINDOW.
Hey guys I am having an issue when I'm trying to display a cfdiv inside a cfwindow. It just doesn't show up. No errors, nothing to tell me I'm doing something wrong. The div works …
1
vote
1answer
30 views
Find ColdFusion Generated ID
Is there a way to find the elements generated by ColdFusion's CFLayout and CFLayoutArea tags?
These tags:
<cflayout type="tab" name="MyAccount">
<cflayoutarea name="Orde …
0
votes
3answers
43 views
Ajax with coldfusion8
I am very new to Ajax technique
Is there any site or online documents where I can learn from basics of Ajax with coldfusion?
Thanks-
3
votes
5answers
84 views
Coldfusion XMLFormat() not converting all characters
I am using XMLFormat() to encode some text for an XML document. However, when I go to read the XML file I created I get an invalid character error. Why does XMLFormat() not properl …
0
votes
3answers
97 views
Can i use cfif in cfquery?
Is it possiblt to Use <cfif> inside <cfquery>?
I have a <cfquery> in a Function like below
<cfquery name = "UpdateRecord"
dataSource = #arguments.dbSou …
0
votes
2answers
51 views
Ways to remove the blue background of a visited cftree cftreeitem?
I have a CF8 html cftree that when you select each cftreeitem it is given a blue background. I have experimented with adding styles to the form and that does not work. I have tried …
0
votes
1answer
53 views
ColdFusion COM error
I am upgrading from CF4.5 to CF8. Calls to COM dll's that used to work in version 4.5 now throw a "Complex object types cannot be converted to simple values.." error. The COM obje …
2
votes
7answers
116 views
Coldfusion - XML formatting a string returned from API call
We call an API that returns a string of XML-formatted data. We'd like to convert this string into a ColdFusion XML object, via XMLParse(). A problem occurs when special characters …
1
vote
2answers
61 views
How to go about planning a modular eCommerce web application?
I have been tasked with doing some planning and research for a home grown in house application. Our primary development language is ColdFusion and Flex3, so I wanted to attack thi …
2
votes
3answers
82 views
Coldfusion Session Cookie
I am trying to delete the clientside session cookie when I access a certain page. How do I do this?
0
votes
1answer
65 views
AJAX to do Real Time DB Polls like Twitter’s “Real Time Results” in Coldfusion
Hello All,
I want to do something similar to the way twitter searches use AJAX to create the "Real-Time Results".. It seems that the database is polled every 15 seconds or so and …
0
votes
3answers
70 views
How do I pass an edited Flex datagrid to a CFC to insert to a database
I have a datagrid which is editable and I need to send that back to the database via a CFC for insertion into the database after all the editing is complete. Dumping the array coll …
1
vote
2answers
60 views
What’s the best way to write engine-specific CFML code?
Sometimes it is necessary to write different code for Adobe ColdFusion vs Railo vs OpenBD, due to differences in implementation.
Do people have a specific method that they use for …
0
votes
4answers
125 views
Is Coldfusion more than a presentation technology?
I've been looking recently at Coldfusion for an upcoming job. My background is in ASP.net/MVC and JSP/Servelets.
From what I can tell, Coldfusion is mostly a presentation technolo …
