[No-XML, MVC.] I know FB best-practice is to allow FB's application.cfc to control the model...but...a colleague, who's an RoR/PHP person learning CF & FB,...
I think that mechanism gets a lot of false weight for three main reasons: 1) it keeps everything in FB with no reliance on other technologies 2) it's easier to...
So if we're *not* using CS, you recommend sticking to FB best-practice -or- running your model CFC's outside of FB? And why? ... -- John Bliss IT Professional...
... The model should be independent of FB. The model should not - except in the case of certain facade scenarios - reference any of the global scopes, nor any...
Interesting. "Fusebox 5 & FLiP," "How To Drive Fusebox 5.5," and (I think) all sample apps at http://fusebox.org/go/fusebox-downloads/sample-applications have...
... Exactly Barney's point: easiest way to build demo apps - but not the right way to build real production apps. The books don't show complex enough models to...
I see. So how do we, as a community, teach new FB people the right way to do it? ... -- John Bliss IT Professional LinkedIn: http://www.linkedin.com/in/jbliss...
Please forward this job posting to anyone you think would be interested in applying. Most of our code is uses Fusebox 5. The Archives of American Art (AAA), a...
... The default is lazy-init=true so it has negligible impact. Even with lazy-init=false you won't notice it unless you have hundreds of interdependent...
Mostly Fusebox's onError is translating internal Fusebox errors into something and exposing the errortemplate mechanism. Infact this may be an appropriate...
For future reference I've taken Sean's and my own explanations and added them to the wiki: http://wiki.fuseboxframework.org/display/fb/Handling+Errors Adam...
Thanks guys... this helps a lot. You got me thinking more about customizing the FB error templates which I've never really looked into before. May be better...
Hi Fusebox5, I invited you to join Facebook a while back and wanted to remind you that once you join, we'll be able to connect online, share photos, organize...
I have a fuseaction that gets called as follows: http://domain.com/index.cfm?fuseaction=MyCircuit.MyFuseaction&id=GUID ...where "GUID" is an actual globally...
Sounds like your ampersand is getting chopped out of some things. It's always a good idea to use & even in href attributes on your HTML pages, as there...
This is quite possible related to this issue. http://tech.groups.yahoo.com/group/fusebox5/message/3356 Although its not exactly the same issue you are having--...
I am a long a long time user of Fusebox (since FB2) and big supporter of using fusedocs for documentation, and with FB5, using XML for app development. Mainly...
That was a pre-release. What you are looking for is myFusebox.variables() - a function call - that returns a reference to the top-level variables scope. See: ...
Thanks Sean. I did figure out about myFusebox.variables()-- But it did not seem to be a good way for me to approach this. As I mentioned, I see that the event...
... The event object encapsulates both variables.attributes and variables.xfa. ... No it doesn't. The view can use event.getValue() - event.getValue("foo") is...
Thanks Sean. That does clarify this for me. I probably just spend way too much time trying to figure out how stuff works. Thanks for all the work you put into...
http://www.fusebox.org/go/about/faq/fusebox-technical-faq#ft4 What are XFAs? - XFA stands for eXit FuseAction. XFAs are a powerful idea ... -- John Bliss IT...