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
0
votes
2 answers
coldbox rc var not showing up
ColdBox Variable
handlers/home.cfc
views/home/index.cfm

user2752132
- 11
- 1
- 4
0
votes
0 answers
Coldbox cannot route encoded url string
Why is it ColdBox cannot route a url like this:
report/http%253A%252F%252Fwww.google.com
I have Apache in front of Tomcat. If I try to access a url like
www.myapp.com/report/http%253A%252F%252Fwww.google.it
I get an error from the Apache…

Tropicalista
- 3,097
- 12
- 44
- 72
0
votes
0 answers
Coldbox sample ColdboxFlexTester issue
I am a newbie with Coldbox and Railo and I am trying to get the ColdboxFlexTester sample to work. The problem is that my directory is set up like this:
Application(ColdboxFlexTester)
/bin
ColdboxFlexTester.html
/webroot
Application.cfc…

toneb
- 143
- 1
- 3
- 14
0
votes
1 answer
Coldbox outside root causing same name interceptor collision in two apps
I have two applications running concurrent on a server, with coldbox at the same folder level as each of the app root folders
They both call an interceptor named authenticate.cfc but app1's authenticate.cfc has different code than app2's…

Jay Rizzi
- 4,196
- 5
- 42
- 71
0
votes
1 answer
How do I inject a Coldbox plugin into every handler?
We have some plugins that are used throughout a Coldbox application.
Is there a way to globally inject these without having to manually specify the property for each one?
I've looked through the Wirebox docs, but can't see anything relevant.…

Peter Boughton
- 110,170
- 32
- 120
- 176
0
votes
1 answer
Iteration through url request collection variables by dynamic evaluation
What i am trying todo in coldfusion cfscript is iterate through a request collection of variables and do some evaluation, which i can do easily in PHP, but am running into issue translating to coldfusion cfscript, because it seems i cannot build a…

Jay Rizzi
- 4,196
- 5
- 42
- 71
0
votes
2 answers
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 ColdFusion 10, using the Wirebox 1.6 framework. I have downloaded Wirebox 1.6 Standalone, put it into my webroot, and tested the code below successfully:
wirebox…

yugalkishorbais
- 119
- 1
- 11
0
votes
2 answers
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:
wirebox =…

yugalkishorbais
- 119
- 1
- 11
0
votes
0 answers
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 error of garbage data in the generated file fixed…

miniparser
- 107
- 1
- 6
0
votes
2 answers
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) Add a property called "locked" - defaulting to…
None
0
votes
1 answer
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:
http://127.0.0.1/coldbox_3.5.2/samples/
I am getting following error :
Invalid CFML…

Ritu
- 1,047
- 4
- 12
- 22
0
votes
0 answers
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 3.3.5.002 and Windows 2008 R2.
We are using ColdBox's…

user1235905
- 145
- 7
0
votes
2 answers
what is coldspring
I'm porting my Coldspring xml into Wirebox, but I'm stuck.

Henry
- 32,689
- 19
- 120
- 221
0
votes
1 answer
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 every firm, but can only edit the firm he belongs to.…

android
- 652
- 9
- 28
-1
votes
1 answer
In which scope my ajax data send from view to handler is stored in coldbox
Please let me know answer if any one knows about it.In which scope my ajax data send from view to handler in coldbox

SREERAM
- 1
- 4