ColdBox is an object-oriented, event-driven framework for ColdFusion that includes tools to help developers with bug reporting, logging, enterprise caching, debugging, i18n, URL rewriting, ORM integration, testing, and mocking.
Questions tagged [coldbox]
137 questions
1
vote
1 answer
Create nested JSON structure with Coldfusion
I've been converting CF structs etc to JSON for a while now, and all good. Coldbox in particular makes this really easy.
However, I am currently working with a jQuery Datatable and need to pass it jSON in the format below.
I am starting with an…

Jason
- 1,957
- 2
- 20
- 34
1
vote
1 answer
Could not find the ColdFusion component or interface error after finding the cfc
We have an existing ColdBox application that we haven't been using ORM on, but want to start.
I've got the orm example app from the ColdBox site up and running and have changed the this.ormsettings struct in the application.cfc to include the…

jinglesthula
- 4,446
- 4
- 45
- 79
1
vote
0 answers
Coldfusion SpreadSheetFormatCell fails in one app but not another
I copied an export cfc that creates an Excel file from a query object from another application to this application but for some reason it fails. I have used the exact same cfc in several other applications on the same server. It still works in the…

Aaron
- 1,042
- 2
- 12
- 30
1
vote
3 answers
Coldfusion Populate form with dropdown selection using ajax
So I have a project that's using ColdFusion and it has a form with a dropdown.
See example: http://jsfiddle.net/mwoods98/KXmNK/
What I need to happen once the dropdown is selected, is for an ajax call to call a ColdFusion cfc that returns…

weggie
- 427
- 1
- 10
- 26
1
vote
1 answer
ORM Mapping Error
I have a set of ORM objects that work on my CF9 & 10 local workstation and one of my CF9 servers (we'll say INT & EXT ) but not the other. Everything appears to be setup correctly but then when I call prc.app.save(), an instance of the app entity I…

Aaron
- 1,042
- 2
- 12
- 30
1
vote
1 answer
CFSelect bind issue in ColdBox environment
I'm having an issue with bindings, so time to refer to the experts.
I have a cfselect that binds to a cfc.

Jay Rizzi
- 4,196
- 5
- 42
- 71
1
vote
0 answers
Invalid CFML construct found
i have coldfusion8, windows7. i have installed ColdBox version "coldbox_3.5.3" on wwwroot of my coldfusion. when i am trying to run http://localhost:8500/coldbox/samples/
i am getting error-
Invalid CFML construct found on line 28 at column…

yugalkishorbais
- 119
- 1
- 11
1
vote
1 answer
ColdFusion Builder 2 Connection reset error when using ColdBox Platform Utilities extension
I have a DEV environment setup using CF10 and CFBuilder 2.
I have my webserver setup (IIS 7.5) and I have given write permissions to the wwwroot directory so I don't get prompted when trying to create files or directory.
When I try to run an…

weggie
- 427
- 1
- 10
- 26
1
vote
1 answer
Coldfusion Fusebox URL-Controller SES mappings
just starting to use coldfusion & fusebox a bit (this is my second question asked here, where a lot of the response mentioned that fusebox is no longer supported and there are possibly better suited frameworks - so am looking at ColdBox and FW/1 -…

rhinds
- 9,976
- 13
- 68
- 111
1
vote
1 answer
If I install a ColdFusion MVC framework, will it mess up old applications?
The title pretty much explains the meat of the question. I'm debating on starting new development using MVC and the Coldbox Framework (or possibly another), but I'm not sure if the old applications that do not use the framework will work properly.…

mawburn
- 2,232
- 4
- 29
- 48
1
vote
2 answers
How to use Coldbox's event.setValue to set data on the prc
In Coldbox the event object sports a setValue function. You pass it a key and value and it will set the value for that key on the rc. Is there a way to tell setValue to operate on the prc instead?

jinglesthula
- 4,446
- 4
- 45
- 79
0
votes
2 answers
coldfusion xmlsearch find multiple nodes
I have an extensive menu in which I would like to search for and manipulate menu items quickly. Is it possible to search for a list of ids, lets say something along the lines of
list contains…

Chris Hough
- 3,389
- 3
- 41
- 80
0
votes
2 answers
where to add a global function in coldbox to call in a view
Where in coldbox would you add a function that would be visible in your view thats global
for instance, i want to create a function that replaces spaces with hyphens for a URL
public string function makeUrl(url) {
replace bit here
return…

Rob
- 53
- 1
- 2
- 9
0
votes
1 answer
In the context of using ContentBox CMS, where does cb.siteBaseURL get the base url from?
I am running ContentBox on Lucee using CommandBox. In my ContentBox Admin, when I first set it up, I had it running on 127.0.0.1. Later, I created a web.config and updated the host file to use mydomain.com (I am using mydomain.com here as an…

Monte Chan
- 1,193
- 4
- 20
- 42
0
votes
2 answers
Using the Coldbox framework, is there a way to intercept a renderView call and execute a different template?
I am trying to learn Coldbox to perhaps replace the current framework I am using. One of the features that I currently use is the ability to override any of the template inclusions by convention.
Essentially, lets say I have a view,…

Tyler Clendenin
- 1,459
- 1
- 12
- 25