... Well in a fusebox environment the following files exist: - application.cfc - fusebox.xml.cfm - fusebox.appinit.cfm - fusebox.init.cfm - index.cfm -...
2640
Frank
zeph_zhang
Oct 1, 2007 6:20 pm
... In the fusebox.xml file, turn debugging on, it'll tell you what it's doing step by step for your particular app. For a detailed descrption, check out John...
2641
Sean Corfield
seancorfield
Oct 2, 2007 7:31 am
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...
2642
Nat Papovich
MCNattyP
Oct 2, 2007 3:57 pm
Sean, great job on the configuration by convention routine. Marrying the two versions (CFC-based "do" and directory-based) is very powerful. NAT...
2643
Kevin Roche
rochekuk
Oct 2, 2007 10:27 pm
Louis, I think its actualy.... 1. application.cfc 2. index.cfm (calls the fusebox framework) 3. fusebox.appinit.cfm (when the fusebox app is initialized) 4....
2644
jeff@...
grokfusebox
Oct 3, 2007 12:00 am
To throw in my completely anal 2 coppers' worth: 1. application.cfc (if it exists; overrides Application.cfm and OnRequestEnd.cfm) 2. Application.cfm (if it...
2645
Mike
starkraving2002
Oct 4, 2007 6:22 am
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...
2646
Sean Corfield
seancorfield
Oct 4, 2007 9:24 am
... According to my source code, that's coming from this line: <cfset __fuseboxAppCfc = createObject("component","Application") /> Sounds like it's searching...
2647
Mike
starkraving2002
Oct 4, 2007 3:12 pm
Why is that expected? I thought that CF would look for the CFC first in the current folder? If I can get them to make a mapping to the coreroot, could I then...
2648
Sean Corfield
seancorfield
Oct 4, 2007 6:43 pm
All of the Fusebox core files use unqualified CFC names so that you can put the core files in any directory. That is by design. And, no, CF does not look for...
2649
Nick Tong
nptonguk
Oct 6, 2007 8:44 am
Hi Jason, You could try here: http://www.cfframeworks.com/blog/index.cfm/Fusebox and here: ...
2650
fillay89
Oct 8, 2007 1:41 pm
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...
2651
Sean Corfield
seancorfield
Oct 8, 2007 3:20 pm
... Lexicons are a way to extend the XML - if you don't use XML, you don't need lexicons. In the XML-free world, you use Application.cfc to manage per- ...
2652
Sean Corfield
seancorfield
Oct 8, 2007 3:22 pm
... Thanx. And don't forget you can also mix those styles with XML circuits as well, where you need a bit more control. Sean A Corfield -- (904) 302-SEAN An...
2653
Jason Fill
fillay89
Oct 8, 2007 4:56 pm
Thanks for that reply. Yes that makes perfect sense. Thanks for the explanation!...
2654
fillay89
Oct 9, 2007 3:21 pm
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...
2655
Brian Kotek
brian428
Oct 12, 2007 1:37 am
Not sure if this was ever resolved, but I also ran into the out of memory error when trying to dump myFusebox. Further, it seems to really nuke the CF8 server...
2656
Barney Boisvert
barneyboisvert
Oct 12, 2007 3:09 am
I think this is really a bug in both the CFDUMP tag and the CF Server Monitor. Clearly the myFusebox structure is not infinite in size, it's just recursive....
2657
Sean Corfield
seancorfield
Oct 12, 2007 3:31 am
... No, you cannot dump myFusebox in Fusebox 5.5 (unless you are on CF8 and tell cfdump to only show the top level of the struct). Mind you, since myFusebox is...
2658
Sean Corfield
seancorfield
Oct 12, 2007 3:35 am
... Fuseactions do not return anything (except, perhaps, HTML output). ... The model can be CFCs if you want. But even with model circuits calling the CFCs,...
2659
Barney Boisvert
barneyboisvert
Oct 12, 2007 4:19 am
I was bored, so I implemented my own [partial] CFDUMP replacement that handles simple values, queries, structures, and arrays, along with protecting itself...
2660
Brian Kotek
brian428
Oct 12, 2007 5:32 am
Any other ideas then? The application scope detail is flagging application.my_app_key as the culprit. Funny thing is, I can dump the application scope just...
2661
Jason Durham
fastlouis
Oct 12, 2007 2:02 pm
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...
2662
Jason Durham
fastlouis
Oct 12, 2007 7:55 pm
I just discovered that placing an unscoped variable in my App.cfc cannot be called from one of my layout files in FB. Is this normal? ...
2663
Sean Corfield
seancorfield
Oct 12, 2007 9:18 pm
... Yes. The variables scope in Application.cfc is only accessible as the variables scope of your included page if you have onRequest() (and it includes the...
2664
Nick Tong
nptonguk
Oct 13, 2007 10:44 am
FYI: I've also written about the cs lexicons here: http://www.succor.co.uk/index.cfm/2007/3/16/Setting-up-Coldspring-within-fusebox-via-the-CS-lexicons ... -- ...
2665
Nick Tong
nptonguk
Oct 13, 2007 10:46 am
Great work Sean, this version opens FB back up for those that were "turned off" by XML - tnx. ... -- Nick Tong web: http://talkwebsolutions.co.uk blog:...
2666
Dianna Dearborn
dianna.dearborn
Oct 15, 2007 1:05 pm
WireFrame Tool Project Kevin Roche, Gavin Baumanis and I have started a conversation about a WireFrame Tool (WFT) wir-to-Xml format (WFTx) conversion project....
2667
Christian Ready
christianrea...
Oct 15, 2007 1:49 pm
Dianna, First, thank you so much for taking up this challenge. Second, there is an online wf/prototyping tool I've started playing with called JumpChart. What...
2668
ultra_blue
Oct 15, 2007 9:05 pm
Dianna: Thanks for doing this. One thing that concerned me about the current implementation is the possibility of XSS problems. A scrubber of some kind might...