Search the web
Sign In
New User? Sign Up
fusebox5
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2639 - 2668 of 3668   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2639
... Well in a fusebox environment the following files exist: - application.cfc - fusebox.xml.cfm - fusebox.appinit.cfm - fusebox.init.cfm - index.cfm -...
Louis G.
louis_muloka
Offline Send Email
Oct 1, 2007
2:24 pm
2640
... 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...
Frank
zeph_zhang
Offline Send Email
Oct 1, 2007
6:20 pm
2641
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...
Sean Corfield
seancorfield
Offline Send Email
Oct 2, 2007
7:31 am
2642
Sean, great job on the configuration by convention routine. Marrying the two versions (CFC-based "do" and directory-based) is very powerful. NAT...
Nat Papovich
MCNattyP
Offline Send Email
Oct 2, 2007
3:57 pm
2643
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....
Kevin Roche
rochekuk
Offline Send Email
Oct 2, 2007
10:27 pm
2644
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...
jeff@...
grokfusebox
Offline Send Email
Oct 3, 2007
12:00 am
2645
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...
Mike
starkraving2002
Offline Send Email
Oct 4, 2007
6:22 am
2646
... According to my source code, that's coming from this line: <cfset __fuseboxAppCfc = createObject("component","Application") /> Sounds like it's searching...
Sean Corfield
seancorfield
Offline Send Email
Oct 4, 2007
9:24 am
2647
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...
Mike
starkraving2002
Offline Send Email
Oct 4, 2007
3:12 pm
2648
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...
Sean Corfield
seancorfield
Offline Send Email
Oct 4, 2007
6:43 pm
2649
Hi Jason, You could try here: http://www.cfframeworks.com/blog/index.cfm/Fusebox and here: ...
Nick Tong
nptonguk
Offline Send Email
Oct 6, 2007
8:44 am
2650
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...
fillay89
Online Now Send Email
Oct 8, 2007
1:41 pm
2651
... 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- ...
Sean Corfield
seancorfield
Offline Send Email
Oct 8, 2007
3:20 pm
2652
... 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...
Sean Corfield
seancorfield
Offline Send Email
Oct 8, 2007
3:22 pm
2653
Thanks for that reply. Yes that makes perfect sense. Thanks for the explanation!...
Jason Fill
fillay89
Online Now Send Email
Oct 8, 2007
4:56 pm
2654
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...
fillay89
Online Now Send Email
Oct 9, 2007
3:21 pm
2655
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...
Brian Kotek
brian428
Offline Send Email
Oct 12, 2007
1:37 am
2656
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....
Barney Boisvert
barneyboisvert
Offline Send Email
Oct 12, 2007
3:09 am
2657
... 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...
Sean Corfield
seancorfield
Offline Send Email
Oct 12, 2007
3:31 am
2658
... 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,...
Sean Corfield
seancorfield
Offline Send Email
Oct 12, 2007
3:35 am
2659
I was bored, so I implemented my own [partial] CFDUMP replacement that handles simple values, queries, structures, and arrays, along with protecting itself...
Barney Boisvert
barneyboisvert
Offline Send Email
Oct 12, 2007
4:19 am
2660
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...
Brian Kotek
brian428
Offline Send Email
Oct 12, 2007
5:32 am
2661
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...
Jason Durham
fastlouis
Offline Send Email
Oct 12, 2007
2:02 pm
2662
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? ...
Jason Durham
fastlouis
Offline Send Email
Oct 12, 2007
7:55 pm
2663
... 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...
Sean Corfield
seancorfield
Offline Send Email
Oct 12, 2007
9:18 pm
2664
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 ... -- ...
Nick Tong
nptonguk
Offline Send Email
Oct 13, 2007
10:44 am
2665
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:...
Nick Tong
nptonguk
Offline Send Email
Oct 13, 2007
10:46 am
2666
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....
Dianna Dearborn
dianna.dearborn
Offline Send Email
Oct 15, 2007
1:05 pm
2667
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...
Christian Ready
christianrea...
Offline Send Email
Oct 15, 2007
1:49 pm
2668
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...
ultra_blue
Offline Send Email
Oct 15, 2007
9:05 pm
Messages 2639 - 2668 of 3668   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help