OT: I too am surprised that people can dev an app with ever needing session scope! Are you suggesting that application scoped CFC's shouldn't/don't need to be...
I just changed my FUSEBOX_APPLICATION_PATH="config/" in my index file before including the framework. After this, I had to update my circuits to be relative...
fusebox.init.cfm and fusebox.appinit.cfm (along with fusebox.xml) must be in the application root, which is defined by FUSEBOX_APPLICATION_PATH, relative from...
... The intent is that your application entry point - index.cfm - lives somewhere under the webroot but *everything* else can live elsewhere - including...
I think it would be a very nice addition if the XFA datastructure could be available via the event object. This comes in very handy when using cfc controllers...
... I agree. http://trac.fuseboxframework.org/fusebox/ticket/207 Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not...
Hi all, Are there any Fusebox 5.x for JSP? (What I see in FB website is only 3.x) Or any future plan? TIA! Sincerely, Oğuz Demirkapı TeraTech Inc. | Senior...
Folks, I recently asked our Sysadmin to put extensions available under Fusebox5 SVN on a global shared mapping so that different applications can utilize...
I use the fusebox.xml parameters queryStringStart,queryStringSeparator etc for SES in strict mode but I have some exit points which are external to my site....
It's odd, for over a year i've not had to create any breadcrumb navigation on any of my sites, but the one i'm currently working on requires it. I'm curious on...
... In this particular case, since you've specified the queryString* parameters based on '/', Fusebox will look at your value= attribute and see '/' and...
... The last official release was 5.1 - before all of those extensions were added (some were part of 5.1 in the skeleton/lexicon directory but not all of...
Creating breadcrumbs is pretty domain-specific, it's not really something you can automate and reuse via FB. I suppose if you just want "home", then a list of...
I just discovered the hard way that GoDaddy won't allow fusebox5 on their shared hosting plan due to the security restriction of cfobject. I emailed goDaddy...
I have a buddy that got around all that by building a Fusebox compiler... basically creating all the parsed files and not forcing the objects to get loaded He...
... They should disable createObject() for Java, COM and CORBA only and allow createObject() for components but there support is pretty useless by all...
... I guess a follow-up question to the community here should be: Do folks think that there should be a 5.1.1 release to include a few recent bug fixes and...
Sean, I wonder that when we update our core files from SVN, do we have these bug fixes updates and lexicons that you mentioned? If so, I would suggest to look...
I agree. As one who does not to continually update from SVN, though I do try to follow what is being discussed and worked on through this group, I not able to...
I would like to refer you and any Fuseboxer out there to Fusionlink.com for hosting. Fusionlink supports FB5 on their shared accounts because with CF...
I really hoped we wouldn't get "adverts" for hosting companies... HostMySite are extremely good - they host many FB5 sites for me. CrystalTech also host some...
... Of course! You can either update from the trunk and get the latest 5.1.x stable build (the trunk includes all the new extensions) or you can update from...
Keeping in view that my organization will not put any non official releases on shared server, I would strongly say yes to making the extension as an official...
Re Fusebox compatibility on shared-hosting servers When I first read Raymond Varner's post re his problem with a GoDaddy shared-hosting account restriction I...