If I have this file structure: myCompany theModules Orders Companies CompanyUsers Without using XML, how can I link fuseaction=CompanyUsers.home to my home.cfm...
... You can't. No-XML has a set of conventions that you need to follow in order to be rewarded with not having to use XML :) I've said it before (several...
Thanks Sean. That's what I thought. And if I have my circuits mapped by XML, I have to use XML for everything else right?--there is no mixed XML and no-XML...
... Yes, there is. You can have fusebox.xml or not, independent of whether any given circuit has circuit.xml or not. If you have fusebox.xml, you can declare...
Ok. Here is what I did. I took the fusebox550.skeleton.cfmx2\skeleton\noxml and installed it. It runs fine. Then I added fusebox.xml.cfm to noxml that looks...
Don't forget that if you add circuits, you need to force a reload of the framework via ?fusebox.load=true&fusebox.password=skeleton Otherwise it won't read...
I remembered this thread from some time ago, and now I'm dealing with this issue. I am using HostMySite, and I've received the same error message noted in...
The root cause is Java 6. There is a known bug in the class loader in Java 6 that causes extremely poor performance at application startup time for certain...
Thanks for all the info. Now we'll have to see exactly how valuable a customer I am of their to justify this work for their hosting environment. I'm going to...
Are there any thorough walkthrough tutorials that go into the nuts and bolts of creating a full-blown fusebox application? I need to upskill from CF5 and I'm...
I was thinking about a blogging series on the subject, but after the fuss everybody threw when someone put up their own fusebox unofficial documentation site,...
... Well, glad I wasn't the only one who was working on something... I just got blasted for putting it out there :-( If you're not leading your following......
I too read the threads on this subject of "documentation" and I believe the "fuss" that you are referring to was a simple statement/explanation that WE-The...
Don't forget that if you have something that would benefit everyone, we'd be happy to put it up at the Fusebox site so that these things are centrally located!...
Yeah, that's the fuss I was talking about. No, I don't want to write documentation for fusebox.org. I want to blog my experiences on using fusebox, my advice...
I too am a bit frustrated with the documentation efforts here. I got myself registered on the trac.fuseboxframework site but am still unable to edit the wiki....
Nathan, I couldnt have said that better and am glad you took the time to spell it out. Breathe of fresh air! Some of what Derek just said was my reasoning for...
... There is already a Fusebox wiki so creating another, unofficial, one just fragments things and people already complain that there isn't one central source...
... Would you be adverse to Team Fusebox reproducing an edited version of your blog posts - with your permission! - as official documentation? We'd really like...
I am more than happy to "give back" and to contribute directly to the main Fusebox wiki, as I initially said. My efforts in creating the fuseboxipedia.com site...
... If you haven't already, self-register on the fusebox.org Trac site, then we can add your username to the docteam. Sean A Corfield -- (904) 302-SEAN An...
... We're cutting over DNS on the trac/svn site right now (unexpected maintenance due to a system failure at the old nameserver host - sorry) so I should be...
... I don't see a username that looks like yours. You need to let me know your username. For anyone else who wants to be on the docteam so they have wiki edit ...
I've got an HTML code snippet I'd like to store in a variable that is created in the xml of one of my fuses. The <set> verb won't allow you to use gt or lt...