Hi, I am just putting the finishing touches to our first fb5 app that will be going live and I have come across a strange permissions issue. I have a bunch of...
... Known bug, fixed in Fusebox 5.1: http://trac.fuseboxframework.org/fusebox/ticket/155 If you want to pull the latest version from SVN and test that it ...
... You can actually go further: <cfset f_permissions = myFusebox.getCurrentFuseaction().getPermissions (inheritFromCircuit,useCircuitTrace) /> Where...
Thanks for the info on the bug. I will take a look at the latest fb5.1 codebase. Thanks Sean and Qasim for the mods to the plugin, I will apply them in the...
I have a main application name and I use the FUSEBOX_APPLICATION_KEY to name the other applications. However, the session variables that I define for the main...
Hello, I have some questions regarding both the attributes scope's functionailty and methodoligy. I've noticed that i cannot access the attributes scope within...
Attributes scope started as a way to be able to access FB from either a URL or as a custom tag. It's a habit that stuck. I personally prefer the attributes...
That's all correct, but perhaps there are some specifics that are breaking it. Are the two applications on the same domain? If not, cookies won't transfer...
Perhaps more to the point, your model CFCs shouldn't be aware of the UI that is calling them. They shouldn't have any understanding of the FORM, URL, or...
Thanks for your help on the issue. I understand where its all coming from before, in the past ive always sent them in as structs or arguemnts or beans but the...
A transfer object that is required by your model should be part of your model. The general rule is that layers only depend on lower layers. So it's fine for...
Hello, Given my recent understanding of accessability of variabeles within the model i was wondering if somthign along these lines would be wrong, and a clear...
Dave, I am not sure why you are referencing form structure anywhere in your circuit file. Attributes is a preferred scope and every form and url variable is...
Hi, Is there a way to easily get XFAs which have been set within fuseactions/circuits? I'm looking to create an inspector and i can't see if this can be done...
There's not a way to get a list of all verbs of a given type within a circuit from the FB directly. However, you can certainly examine the XML yourself and...
... Nope. Check the plugins section of the FB5 docs for pointers on this (and bear in mind that <xfa> verbs can be nested inside <if> / <loop> arbitrarily...
The applications are on the same domain. However, I'm not able to access the session from the main application from within the other applications. It states in...
I eventually figured out that I'd missed replacing Windows path separators in one place! Feel free to pull down the latest SVN build (270) and try the tests ...
I just downloaded FB5, and looking through the various files, I'm not finding any obvious instruction regarding where to install or to place FB. I'm thinking...
Stacy There is a skeleton application on the fusebox.org site (in the downloads section). If you download that, you can figure out where various bits go. ...
I don't think so. I'll put it on the list for Team Fusebox to work on. Now that Teratech has taken over FB5, there should be a lot more movement, I'm ...
... not finding any obvious ... You can place Fusebox anywhere but the easiest way to get going is to just put it under your webroot so your application can...