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.

learn more… | top users | synonyms

0
votes
0answers
11 views

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 ...
0
votes
3answers
119 views

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 ...
0
votes
1answer
63 views

how to make a small application in coldfusion using wirebox 1.6 standalone?

I am new to wirebox 1.6 framework, i have to create a small application in coldfusion10 using wirebox 1.6 framework. i have downloaded wirebox 1.6 standalone and put is into my webroot and test ...
0
votes
0answers
37 views

Variable Application undefined in wirebox 1.6 installation?

I have installed ColdFusion 9, Windows 7, Resin 4 and Wirebox 1.6. When I try to test the Wirebox installation it's API is throwing me an error saying "variable application is undefined". Variable ...
0
votes
2answers
52 views

How to install and test wirebox 1.6?

I am using ColdFusion8, Windows7 64 bit OS, and I have downloaded Wirebox 1.6 from ColdBox. I have extracted the files and placed them in wwwroot and created a "index.cfm" page with the code below: ...
0
votes
1answer
56 views

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 ...
1
vote
1answer
98 views

Using static variables

I'm using the ColdBox framework in ColdFusion. I would like to know how to use static variables in a function. Can anyone explain how, or suggest an alternative to the "static" concept.
1
vote
1answer
57 views

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. <cfselect name="events" id="events" selected="#form.event_id#" ...
-1
votes
1answer
100 views

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- ...
0
votes
0answers
89 views

coldfusion query in session problems

Using Coldfusion 8, Coldbox 2.6.3. Storing query object in session. Session is set asynchronously and attempted to be read from 'instantly' in a popup window to generate excel sheet/csv. Initial ...
1
vote
1answer
69 views

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 ...
0
votes
0answers
126 views

Simple blog application in coldbox

I am trying to run the simple blog application provided coldbox samples . I created the database "simpleblog" using the script given in install.txt. I was getting error on running the application , ...
0
votes
1answer
123 views

Invalid CFML construct error with Simple ColdBox Application

I want to make a simple ColdBox application. So I used the instructions in this link and downloaded coldbox_3.5.2. But when I try to view this url in my browser: ...
4
votes
3answers
137 views

ColdFusion, and documenting code as well as tools for multiple developer teams

I am beginning a fairly large new project using ColdFusion. This new project will include several developers and as such documentation of code will be key. Another issue I am hoping to avoid (either ...
0
votes
0answers
60 views

Solrj timeout on Railo

We are getting a timeout when trying to do a solrj update to a remote solr server running solr 4.0. The server we are using to do the update is a Railo Apache Tomcat server running Railo version ...
0
votes
2answers
94 views

what is coldspring <map> & <list> eqv in wirebox?

I'm porting my Coldspring xml into Wirebox, but I'm stuck. <map> in Coldspring can create a struct of singletons and then pass that struct into the 'bean' by constructor or setter. And ...
0
votes
0answers
83 views

Coldbox solitary module java.lang.NullPointerException

I got the java.lang.NullPointerException error when I try to use the solitary module by Dan Vega. I have setted this mapping in coldbox.cfc: this.mappings['/solitary'] = COLDBOX_APP_ROOT_PATH & ...
3
votes
1answer
552 views

SES problems with IIS 7.5 and ColdFusion 10

I've got a site built using ColdBox and am trying to remove the /index.cfm/ from the URL. I have this working great on ColdFusion 9 running on IIS7 using the below web.config file, but can't for the ...
1
vote
1answer
89 views

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 ...
4
votes
2answers
391 views

What can CF10 RESTful API do that Coldbox RESTful API cannot do? And vise versa?

Just started looking at some MVC JS framework / library and most of them expect a RESTful API endpoint, which got me thinking... what can I do using CF10 that cannot be done using CF9 + ColdBox ...
0
votes
1answer
107 views

How to secure my ColdBox application?

I'm doing my first steps with ColdBox and I just got stucked. I have two database tables, users and firms and each user belongs to one firm. After a user logged in to the application, he can list ...
1
vote
2answers
126 views

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?
1
vote
1answer
67 views

ColdFusion Builder 2 and ColdBox on a Remote Server

I have a remote Ubuntu server, but I work on a Windows computer. My idea was to work with ColdBox, but I cannot perform the installation on the remote server, because it does not match the ...
0
votes
2answers
317 views

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 ...
1
vote
2answers
165 views

Using wirebox in coldbox how do I create a bean from a model

I am not good with the terminology yet, so please forgive/correct me. Also I have no idea hw to use Coldspring, etc, so I am trying to just use wirebox. I want to not use the beanFactory plugin and ...
1
vote
1answer
145 views

Is there a way to (per request) set a non-persistent Database Bean in Coldbox

I am looking to migrate from a custom framework to Coldbox. The application has 3 datasources Core Common Site The Core datasource stores information about the sites, the common datasource stores ...
1
vote
2answers
465 views

ColdBox vs CFWheels [closed]

I am migrating a site built in Coldfusion (no framework) to a coldfusion framework. Right now it looks like a choice between ColdBox and CFWheels. The database is MS SQL. I was wondering if anyone ...
1
vote
0answers
186 views

Front-Controller Framework Architecture and Services

I am trying to use my service layer in my own front-controller style framework and I've always been taught to decouple the service layer from the controller layer. This is causing me issues as I need ...
0
votes
2answers
185 views

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. ...
0
votes
1answer
114 views

Login to coldbox application when login to core project

I have following project structure.. WWW core project files and folders ticketSystem (coldbox project) Ticket system built on framework coldbox 3.0.0. I want user automatically get logged in ...
0
votes
1answer
107 views

To use interceptors or not interceptors in MVC application framework?

Does using interceptors for controlling the flow of events in a MVC framework == business logic coupled with, or leaked to, the framework? Is that something one should even worry about? Doesn't seem ...
3
votes
5answers
275 views

CF Project getting too big, what shall one do?

A simple billing system (on top of ColdBox MVC) is ballooning into a semi-enterprisey inventory + provisioning + issue-tracking + profit tracking app. They seem to be doing their own thing yet they ...
1
vote
1answer
721 views

NullPointerExceptions in ColdFusion 9 and ColdBox on localhost

I'm running CF 9.0.1 Developer and Coldbox 3.0.0 on my local machine (64-bit Windows Vista running 32-bit CF9 on Apache). I'm working on an application that I've checked out from SVN and deployed ...
1
vote
2answers
346 views

session facade, does it belong to the Model layer or Controller layer?

One of the business rules is to log which staff does which operation, and the current code passes the whole session facade into the Service (model layer). Does it sound/smell right? Shouldn't the ...
0
votes
1answer
65 views

Names of all rendered views in ColdBox (coldfusion)

I have a handler with a whole bunch of views. I am seeking a lot for some small changes sometimes. <cfreturn renderView("modules/account/dspCustomMenu")> Does there exist a function so I can ...
3
votes
2answers
829 views

Best practice for Datasource use in a CFC

I have an application which uses context sensitive datasources. Currently I keep the datasource information stored a such reqeust.DB.Datasource = "DatasourceName"; request.DB.Username = ...
1
vote
3answers
160 views

Coldbox and cfschedule

How should I add a cfschedule task to an app using the Coldbox framework? Should I: a.) write an event that does what the task, and point cfschedule to that URL with Coldbox? b.) write a simple ...
0
votes
2answers
386 views

regenerating url in cf9/Coldbox

Hi I am wondering if there is a way to regenerate the URL when any page is loaded in coldbox/CF9 when using event.buildLink ? Currently I get http://cawksd05.codandev.local:8080/entries/editor when ...
0
votes
0answers
389 views

Coldbox Security Interceptor

Hi I am new to coldbox and working on a guestbook messaging forum. does anyone know how I can apply some rule in coldbox to show edit and delete for specified users of admin or user in the edit page. ...
1
vote
3answers
433 views

Glassfish, railo and coldbox - messed up links?

I am new to ColdFusion and ColdBox (and programming). I tried to setup ColdBox but some of the links in the sample applications are broken. My configuration is a GlassFish v3 installation with the ...
0
votes
2answers
222 views

ColdFusion 9 ORM - Securing an object at a low level

I'm looking at securing a low level object in my model (a "member" object) so by default only certain information can be accessed from it. Here's a possible approach (damn sexy if it would work!): ...
1
vote
2answers
241 views

HMVC framework for Coldfusion?

I'm given a task to develop a couple of applications in ColdFusion that will share some of the data - same data but different presentation. The first solution that comes in mind is to create a ...
2
votes
6answers
583 views

Ajax requests, through MVC Framework (e.g. ColdBox) or not?

Do you fire ajax requests through the MVC framework of choice, or directly to the CFC? I'm leaning towards bypassing the MVC, since I need no 'View' from the ajax request. What are the pro's of ...