Please make the following correction to the patch. Old Value <cfreturn variables.attributes /> New Value <cfreturn variables.attributes[arguments.valueName] />...
Sean, Here is a patch for fuseboxEvent.cfc Index: C:/CFFrameworks/Fusebox5/svn/fuseboxEvent.cfc ... +++ C:/CFFrameworks/Fusebox5/svn/fuseboxEvent.cfc (working...
Thanx. Fixed in SVN. For future reference, please open a ticket for anything found (I fixed this without one for expediency but for tracking purposes would...
I have a cirucuit that updates the application structure and I would like to lock the application scope before updating the structure. How is this done in...
Either create a lock lexicon, or call a fuse to do so. <fuseaction name="processSettings" permissions="management"> <xfa name="success" value="main"/> <set...
Thanks Sandra, I saw a reference somewhere to cf:lock but I cannot find any documentation on this. How would I go about creating a lexicon? Seth ... From:...
If you download the skeleton application from the fusebox.org site, http://fuseboxframework.org/downloads/downloadablefiles/fusebox500.skeleton. cfmx.zip it...
Several people will tell you that you're putting too much logic in your fuseaction and you should move it into an action fuse :) However, the Fusebox 5...
Thanks for the tips Sandra and Sean! The cf:lock worked great! Seth ... From: Sean Corfield To: fusebox5@yahoogroups.com Sent: Tuesday, January 02, 2007 12:05...
Hello, I was drawing up the planning for my fusebox application when i came across an issue i wanted to look further into. I like the idea of breaking my...
You might want to look at content variables. Each <do /> contains a variable that all the content gets stuffed into. At the end, in your global post-process,...
David, I relatively new to Fusebox-still learning my way through my first big app. -solo- on my own, so I'm not absolutely certain that my solution-comment...
Also, including the same fuseaction multiple times is not very fusebox like to me. Suppose i wanted to change it, i would have to change multiple entries. ...
Sandra, Was this a typo when you said circuit post process, I'm aware of postfuseaction which ends up getting called anytime i call multiple fuseactions from...
Fuseboxers, The if verb seems to be very useful, but i cant help wondering if im using it in the wrong manner. For instance, if im processing a form i send the...
That would be my take on it. For my app, I saw the contentvariable as a home run solution. I simply write a fuseaction for each "page type" I have, or need,...
It was a typo, postfuseaction. Look at how you have your circuits set up. If you are using an MVC design pattern, then your controller circuit is only called...
David, There are several schools of thought as to where to include the layout portion. Some folks do as Dan suggests and include it w/in every call. Others...
My take on it is so long as your controller is using the if statement for control, ie (to send a user somewhere or call a fuse or fuseaction based on a...
I'll second Sandra's assessment. The example described: If saved display thanks else display try again form are definite controller items IMO. Items such as ...
... Doh! Clearly not enough caffeine over the holiday break... yes, thank you Barney! So do folks think the <relocate> change would be worthwhile? Sean A...
As it happened, I ended up removing the mapping and just including _fusebox51/fusebox5.cfm where _fusebox51 is under my shared webroot. I didn't want to end...
Hi, I'm building an application in fusebox5 (php on Windows) and all's going well except for a few odd messages appearing at the top of the default page...
... Sounds like you don't have those tags in your fusebox.xml file? <globalfuseactions> <appinit /> <preprocess /> <postprocess /> </globalfuseactions> appinit...
Hi Dan, I haven't been able to see this error yet but a few other PHP-FB5 users have reported it as well. I'm trying to come up with a bug fix but it's hard...
Posting on behalf of Michael Smith, TeraTech: We are looking at how we can improve Fusebox and want to know what you like about it and what you want to see...