Sorry if I missed this, but can you append content variables when using dynamic do? I have a layout on which I want to list an unknown number of items. So I...
Got around to testing this, and the following code does not work. I think there may be an infinite loop occuring somewhere. If I change the cfc path to a...
Try this: contentvariable="item" append="true" Dan K. ... From: fusebox5@yahoogroups.com [mailto:fusebox5@yahoogroups.com] On Behalf Of idougward Sent:...
... Not in the Public Beta but you can in the Final Release which should post today. You will be able to say: <cfset myFusebox.do( action="posts.dsp_113107-1",...
... No, there's no loop. It's just a bug. I'm afraid this just simply isn't going to work in 5.0.0 with an Application.cfc that extends fusebox5.Application in...
Ok, what modifications would need to be made to application.cfc in order for this to work? Thanks, Seth ... From: Sean Corfield To: fusebox5@yahoogroups.com ...
... Don't extend fusebox5.Application. Have a regular index.cfm that includes /fusebox5/fusebox5.cfm. Sean A Corfield -- (904) 302-SEAN An Architect's View --...
Ah, here's another possible workaround: Change the following line in your Application.cfc: <cfset this.name = right(REReplace(expandPath('.'),'[^A-Za- ...
... Bear in mind those only take effect when you first load the framework - and the framework must be initialized before you can reference anything from the...
... Or, as my other email noted, change the app name setting code in Application.cfc. I just tried this: <!--- set application name based on the directory path...
I made the change you suggested: <!--- set application name based on the directory path ---> <cfset this.name = right(REReplace(getDirectoryFromPath ...
Right, that exception is telling you that Fusebox didn't get to the point where it has enough machinery initialized to allow dynamic 'do'. Probably better to...
I set FUSEBOX_PARAMETERS.queryStringStart = "/"; This results in the following url: index.cfm/fuseaction=archive.post_113107 Two questions: 1. How do I set the...
... You need to set queryStringSeparator and queryStringEqual as well - read the Fusebox 5.1 documentation here: http://trac.fuseboxframework.org/fusebox/wiki/...
Thanks Sean! Everything is working well now, I was doing some layout stuff in my onrequestend() that was causing the error. I have moved my layout calls to...
The final build of Fusebox 5.5 has been created (somewhat ironically, build 666) and the ZIP files shipped to Sandy Clark for publishing on the fusebox.org...
I haven't been as excited about a Fusebox release since 2.0! Good work Sean! ... From: Sean Corfield To: fusebox5@yahoogroups.com Sent: Saturday, December 01,...
First off, I've been working with 5.5 for a few days now. I think it is awesome. Great work, Sean. Of course, I do have a few questions. For instance, what is...
Sean, I have a question - would you want to put layout in a cfc or should they be in dsp_ or perhaps even lay_ files? To my way of thinking, CFC's are used to...
The files will be put on the site today before COB. (Hopefully a lot sooner). Sandra Clark ============= http://www.shayna.com Training and Consulting in CSS...
The official files for Fusebox 5.5 (including the core files, skeleton application and extension zips) are available from the website. You can find them at:...
I'm curious to know if any folks out there have come up with an appropriate solution for changing this: <parameter name="mode" value="development-full-load" />...
... In Fusebox 5.5 you can conditionally set FUSEBOX_PARAMETERS.mode = "production" early on in your request lifecycle and it will ensure that the site runs in...