ColdFusion on Wheels provides CFML developers with a rapid MVC framework for increased productivity, organized code, and overall developer happiness.
0
votes
2answers
31 views
CreateDate issue in ColdFusion / CFWheels
I am trying to use CreateDate in CFWheels and I am getting stupid errors that I will explain in detail in sec.
To start, this is my code
<cfscript>
lastM = ...
0
votes
0answers
17 views
CFWheels 'request.wheels.execution' struct dump issues
I am running a cfwheels application on Coldfusion 9 and I need to get the native debug variables of cfhweels to store them in a db table.
I am trying to get #request.wheels.execution# which returns a ...
0
votes
0answers
25 views
CFWheels - How to highight which posts a user has commented on?
I have a basic query to get all 'posts' in my database table 'posts'. Users who are logged in can comment on these posts. However, I want to be able to highlight (when viewing all posts) which ones ...
0
votes
1answer
16 views
CFWheels cannot find index.cfm in views/main
I am developing a chwheels application and until today everything was going fine. Every time I was accessing the site by www.example.com the index page was showing up and everything. Since late last ...
0
votes
2answers
37 views
cfwheels - removing unused composite key pairs
I've got an issue with a nested property that uses a composite key.
When I'm editing a model that has multiple instances of nested properties (with a composite key) and want to update it to have ...
1
vote
2answers
40 views
How do I use WordPress alongside CFWheels?
Anyone with a bit of experience with CFWheels will know how awesome it is, but also how fiddly it is with its placement in the web root / sub-folders etc.
I have a CFWheels website, that I would now ...
0
votes
2answers
30 views
CFWheels on Railo Stops working
I am running CFWheels, Railo on Amazon EC2 windows instance. Every few days the services of tomcat stops working and I have to restart it. It does not give me any error, it just displays "Service ...
0
votes
2answers
45 views
caching a query that changes infrequently in Coldfusion/cfWheels
I'm looking at the cache function in the findAll function of cfWheels. I'm a little apprehensive about using it. My queries are not taking that long that I absolutely need them, but a bit of a speed ...
0
votes
1answer
120 views
Setting session variables with JavaScript in ColdFusion
I have a website with multiple tabs. Each tab runs a separate report based on a set of filters that take their values from session variables.
How things work now:
While the user is inside a report ...
4
votes
2answers
104 views
CFWheels - Should I be locally scoping my Wheels actions?
Say I have a very simple controller like so:
<cfcomponent extends="Controller">
<cffunction name="hello">
<cfset time = Now()>
</cffunction>
...
0
votes
1answer
105 views
How to initiate controller/action in CFWheels, for Ajax?
I have been trying to get cfwheels to work with FineUploader for two days now, and I just can't figure out how to force the jQuery script to execute a Controller/Action. This is how far I've come so ...
0
votes
1answer
58 views
CFWheels - Order = “random” is throwing a column error
For some reason, when I specify "random" in my order clause of findAll(), CFWHeels throws an error:
Wheels.ColumnNotFound
Wheels looked for the column mapped to the random property but
...
0
votes
2answers
426 views
HTTP Error 500.19 on IE7 “Malformed XML” in web.config
I'm forced to rebuild my machine from factory default. Everything should be the same, IIS version (7.5), OS (Windows 7), and my website files. However, something is different because after configuring ...
0
votes
1answer
51 views
CFWheels Query Using In
I have a simple array of values (abbreviations) and I need to loop over them and check for a foreign key in another db table. In MySQL I'd use the IN clause but with CFWheels and MS SQL I am not sure ...
0
votes
1answer
76 views
CFWheels Pagination using AJAX
I've searched the entire Internet, all of it, and cannot find an answer to this.
I'm using the ColdFusion CFWheels Framework to query a database. The query is done via AJAX like this:
var id = ...
0
votes
1answer
48 views
How to get my blog to properly list the OG information on FaceBook
I wonder if anyone could help me out here. I've been debugging and debugging. I tried putting aborts on the page in several places within the framework, both on the controller and view levels. But I ...
1
vote
0answers
250 views
D3.js Chord Diagram works on local server but not remote
I've got a chord diagram adapted from https://gist.github.com/1308257/1b67569b598525efad854978eced78ee74eec158 .
On my version, it works perfectly on my local box (Apache, CF9) but when uploaded to ...
1
vote
1answer
131 views
CFWheels - Multi-step form?
I am wondering how one would setup a multi-step form in CFWheels.
Clearly I would need to store form data in the session etc as I go, but I would like to know the best approach from a wheels ...
0
votes
0answers
108 views
Looking for a ColdFusion example/wrapper of the Bing Azure Search API
I am a PHP developer struggling through a few CF projects using the CF Wheels framework. Does anyone know of an existing wrapper or code example for the new Bing Search API via Azure that is written ...
0
votes
0answers
55 views
Calculated property is being completely ignored
I post a similar question recently, but got no responses, so hopefully this one will be more straightforward and easier to understand.
In CFWheels, I have a "link" model with a basic calculated ...
0
votes
1answer
61 views
CFWheels - Why is allErrors() returning an empty array?
Yep... (me...again!)
I am trying to troubleshoot some errors and when I go to dump allErrors() in my controller, it is simply an empty array, when I know for a fact it shouldn't be.
link.cfc (model)
...
2
votes
3answers
192 views
CFWheels - Calculated property generates column error in query
Ok, so this is really confusing me now, because I had this working a while back and something has changed which has caused my calculated properties to not work.
I have a "page" controller that does a ...
1
vote
1answer
43 views
CFWheels - DeObfuscate ID on query paging?
I am obfuscating URL's in my app (which is great), but I'd like to disable this for pagination URL's because I'd like the user to be able to enter whatever number they like.
Settings.cfm:
<cfset ...
1
vote
2answers
88 views
CFWheels - How do I increment a number in a database column?
Just wondering, with CFWheels ORM, how I go about incrementing a number in a column?
In straight up SQL I would do something like:
UPDATE table
SET field = field + 1
WHERE ...
I'd like to avoid ...
0
votes
2answers
603 views
CFWheels - Error inserting record with save() method
I get the following error on Railo with CFWheels when using save():
Cannot execute statement: impossible to write to binary log since
BINLOG_FORMAT = STATEMENT and at least one table uses a ...
0
votes
1answer
62 views
User defined data collection help ColdFusion
I am trying to figure out what is the best way to accomplish data collection.
Here is what I need to get accomplish:
I am building a CRM using ColdFusion & MySQL to collect data.
The data is ...
0
votes
2answers
57 views
CFWheels - Plugins get deleted for no apparent reason
I had issues with plugins earlier, but it turned out to be a glitch with my host 'Hostek'. Okay I thought, I'll setup a local Railo / Tomcat environment and work locally.
All works well...except ...
0
votes
1answer
90 views
update() and save() methods result in “no matching method/function” in railo
I'm trying to run a very quick update query to record that a user's email address is confirmed (setting the confirmed [bit] column in my users table to 1 after they click a link sent via email). ...
0
votes
0answers
87 views
CFWheels - Strange fatal error when installing plugin
I have never used plugins with CFWheels before, but I decided I'd use one that handles file uploads:
https://github.com/liferealized/cfwheels-attachments
When I upload this and reload my app, I get ...
0
votes
2answers
56 views
Selecting specific joined record from findAll() with a hasMany() include
(I tried posting this to the CFWheels Google Group (twice), but for some reason my message never appears. Is that list moderated?)
Here's my problem: I'm working on a social networking app in CF on ...
1
vote
1answer
108 views
Issue with getting struct keys in Railo
Building an application with Railo and cfWheels.
I created a form with groups of radio buttons. Each group having the same name and the name being an array reference e.g (response[1]). There are 23 ...
1
vote
1answer
86 views
cfwheels - deleting records with multi-level nested properties
I've got a model that has a nested property, which has more nested properties.
Let's say house hasMany pets has many legs
It works easily enough when there is just one level, but with two, I'm ...
0
votes
3answers
170 views
Error with inserting into mysql database
I am using cfwheels (coldfusion orm framework).
I recently moved some data from my previous host to a new one. Now I am trying to insert into a table, but am getting an error message: "Error ...
2
votes
2answers
103 views
How to process 1 form across 2 controllers/models in MVC (CFWheels)?
I'm an old CFML developer, new to CF on Wheels and MVC programming in general. I'm picking it up pretty quickly, but one thing that isn't evident to me is how one can offer a form to optionally update ...
1
vote
2answers
83 views
How to rename the primary key field in CFWHEELS?
This is what I've tried... but for some reason "model("user").primaryKey() is still returning the old "User_Id" column...
<cfset table("user_table")>
<cfset property(name="id", ...
6
votes
1answer
176 views
cfwheels - updating nested properties with a composite key table
I'm trying to get a better setup working for updating a model with nested properties.
Right now in my edit view I define the textFieldTag manually to create the params struct by setting up the name ...
4
votes
1answer
78 views
CFWheels - Issue with filters 'except'. Conflicting action names
I have a filter setup that runs a function which checks if the user session is present on certain actions, like so;
<cffunction name="init">
<cfset filters(through="checkLogin", ...
1
vote
1answer
64 views
CFWheels - How can I use the errorMessagesFor after a redirect?
Is there any way to use the #errorMessagesFor()# method after a redirect in the controller?
Reason I ask is that I want the form to stay on the same page.
I have a URL like:
/link/submit/
With a ...
1
vote
2answers
148 views
CFWheels - How can I validate a form in a model then do a lookup and output a different message?
In my "link" model I have some basic validation, one of which is to check if the link the user is submitting is already in the database.
If the link IS already submitted to the database, I want to ...
1
vote
3answers
227 views
CFWheels - How to have a form self post?
I'm new to wheels and still learning. It seems to me that every post of a form needs to call an action that maps to a method in the particular model. However, is it possible for a form to post to ...
1
vote
1answer
163 views
CFWheels - Validate two different forms using the same model
I'm new to wheels (and I'm sure I'll be posting here a lot) so bear with me.
I have two forms "register" and "login" under the controller of "user". So my URL's look like.
/user/register/
...
1
vote
2answers
113 views
CFWheels - Record not being inserted
I'm new to CFWheels and frameworks in general.
I'm following the screencasts on the Wheels website:
http://cfwheels.org/screencasts/
I was following the tutorial exactly as is...the only difference ...
0
votes
1answer
148 views
many to many relationship cfwheels inner join
i have a couple of problems with cfwheels (n:m relationsship)
here my database schema
rights righthaspath path
-id -------| -id --> -id
-role ...
0
votes
0answers
105 views
Coldfusion 9 and MSSQL 2008 R2
Ok... developing a new website using CFWHEELS framework on CF9 & MSSQL 2008 R2
Everything is working fine except that after I insert some data to the DB and request the primary key it return ...
3
votes
1answer
169 views
How do I render pages with “file” extensions like xml, json, csv, etc. in CFWheels with the file type in the URL?
I can't seem to figure out how to create pages in CFWheels with clean URLs that contain "file" extensions.
I'd like to be able to do the following:
http://www.example.com/products.xml
...
0
votes
1answer
122 views
CFWheels Nested Properties and hasManyCheckBox
I am trying to figure out how can I update the petevents table with several events. I get no error, but it is also not updating/inserting. Here are the relevant code snippets and the schema for the ...
2
votes
2answers
300 views
How do I add a dynamic sitemap.xml to a CFWheels application?
How do I configure CFWheels to display the following XML at http://mydomain.com/sitemap.xml?
<?xml version="1.0" encoding="UTF-8"?>
<urlset
...
1
vote
2answers
143 views
cfwheels, getting errors from an unsuccessful model update
I'm trying to update a model with nested properties after an edit.
The update fails, but I'm not getting any errors using #errorMessagesFor(objectName='myobject')#.
Any idea how to get to the cause?
...
1
vote
2answers
469 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 ...
0
votes
2answers
77 views
cfwheels and object helpers
I've got a set of processes I frequently do to a model that I keep redoing in the controller, and I'm wondering if there is a way to implement it through a function in the model, so that I can just ...