Still trying to dial-in my error trapping mechanism, ran into a snag. In my onRequestStart() function I have defined some xfas: <!---onRequestStart()---> ...
Hey Sean et al, Great job on the beta version, I am really enjoying the noxml features. I am putting the finishing touches on a fairly large site that I...
I have not used Fusebox since version 3 in favor of more OO friendly frameworks like Mach-II, but have recently joined a team that uses Fusebox. I started...
Fusebox 5.5 will be officially released on December 1st! That means you have just one month left to download the Public Beta and take it for a test drive: ...
Can a plugin's inclusion be defined at start-up either via the index.cfm or application.cfc? If so, can someone provide an example? My goal is to be able to...
I am working in development-full-load mode. How would one re-run the onFuseboxApplicationStart() method of application.cfc? This does not seem to reload....
In the Alpha builds, you could access the top-level variables (from page scope) via myFusebox.getTopLevelVariablesScope(). That was considered to painful to...
Should I be able to use cfc as circuit, directory as circuit or the circuit.xml style methods in 5.5 in the model and view directories? I was unable to get FB...
A couple of weeks ago, Sean was able to troubleshoot why my Flash forms weren't loading in my Fusebox app. My form action of "##" was confusing CF because of...
I am not sure if this could be a possible enhancement or if I missed how this could be done in the current release. But here is the issue I am running into -...
I'm looking for a method to verify user authentication in Fusebox 5.5. In older versions of Fusebox I've seen one method using a Plugin and another method...
In FB 5.5 I am using all cfc's rather than the xml files. What is the best way to pass variables from one fuse to another? For example in most cases a...
http://fusebox.org/go/fusebox-downloads/beta-program Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying...
I would like to use the ColdSpring lexicon, however I am not sure how I would initialize it. With the xml approach I used something like Sean posted on his...
I just tried the 5.5 install and when I go to http://localhost/skeleton/noxml/ , I get " Could not find the ColdFusion Component noxml.controller.app." What am...
I will preface this by saying I am a newbie when it comes to proper MVC principles, with that said: What is the best way to get a dataset from the model? In...
Is there such an event that covers 'best practices' for application security, rapid development/reusable code using Fusebox or similar framework(s)? I'm new...
Sean, I'm having a nightmare of a time getting this app to run on my client's host. You can see it here: http://wpcn.ca.previewmysite.com/index.cfm Where is...
It was my impression that when running Fusebox 5.1 in production mode that any previously generated parsed files would not be re-parsed. At the moment from...
Re: an approach that the WeGotGadets sample app uses. (http://www.fusebox.org/go/fusebox-downloads/sample-applications/wegotwidgets) Until such time as my book...
I've been using FB 2 for years now, and have decided to upgrade my skills. I'm playing with the WeGotWidets app (FBSecure version) and I've got a flurry of...
Sean: I've been trying to d/l the release notes (from http://trac.fuseboxframework.org/fusebox/browser/framework/trunk/docs/), and Acrobat Reader hates the...
The below code does not break, but in my final layout, "body" has no value...well it does, but it is "empty"...which means I'm setting it too many times (most...
I'm running FB5.1 and will switch to FB5.5 once it gets its legs. I'm also new to frameworks so the more explanation anyone can provide, the better. J As I...
The traditional skeleton app works fine, but the noxml skeleton is complaining about line 43 of Application.cfc Using the latest FB from SVN (571). Here's the...
Sean, After 30 minutes of trying to get implicit circuits to work, I realized that the current skeleton code for the "no XML" calls the directory "views" which...