I have a fuseaction that gets called as follows: http://domain.com/index.cfm?fuseaction=MyCircuit.MyFuseaction&id=GUID ...where "GUID" is an actual globally...
Sounds like your ampersand is getting chopped out of some things. It's always a good idea to use & even in href attributes on your HTML pages, as there...
This is quite possible related to this issue. http://tech.groups.yahoo.com/group/fusebox5/message/3356 Although its not exactly the same issue you are having--...
I am a long a long time user of Fusebox (since FB2) and big supporter of using fusedocs for documentation, and with FB5, using XML for app development. Mainly...
That was a pre-release. What you are looking for is myFusebox.variables() - a function call - that returns a reference to the top-level variables scope. See: ...
Thanks Sean. I did figure out about myFusebox.variables()-- But it did not seem to be a good way for me to approach this. As I mentioned, I see that the event...
... The event object encapsulates both variables.attributes and variables.xfa. ... No it doesn't. The view can use event.getValue() - event.getValue("foo") is...
Thanks Sean. That does clarify this for me. I probably just spend way too much time trying to figure out how stuff works. Thanks for all the work you put into...
http://www.fusebox.org/go/about/faq/fusebox-technical-faq#ft4 What are XFAs? - XFA stands for eXit FuseAction. XFAs are a powerful idea ... -- John Bliss IT...
Exit Fuseactions (xfa's) were introduced in Extended Fusebox. The idea behind them is to simply de-couple the views from the controller. By using xfa's, the...
This might also help: http://fusebox.org/forums/messageview.cfm?FTVAR_FORUMVIEWTMP=Single&catid=31&threadid=6556&messid=29081&parentid=29080&FTVAR_MSGDBTABLE= ...
Hi Brian, XFAs are a special case of the <set/> verb, that are used in conjunction with the global "myself" variable to parameterize anchor URLs and form ...
I think there have been some really good responses here but I did want to make sure you were aware of the Wiki. It actually has a fairly well thought out entry...
No I haven't gone out an written an IDE but with the advent of Bolt and the ability to extend the IDE via CFML I figured I'd start the discussion. What do you...
I've been using Eclipse + cfeclipse plug-in. Fix thing I'd want from an IDE is good autocompletion. Eclipse seems to stick quotes and closing tags were it...
Let's shoot for auto-complete not from just the standard FB grammar/tags, but also circuit/fuseaction completion and heck - custom lexicon completion, too. So...
Relevant to this discussion, I think: http://skeletonappgenerator.riaforge.org Comes with...Fusebox...installed ... -- John Bliss IT Professional LinkedIn:...
Yesish I need to get with Brian to update that one. Plus I plan on adding some additional functionality to allow for different configurations of Fusebox. Adam ...
Do to limitation as to how I can integrate into Bolt some of the below will not be entirely possible in v1 of Bolt. Notes are below... ... I can not integrate...
Hey guys, Just a quick note to say that I recently needed to access my localhost web app using an approot on another partition. I couldn't accomplish this in...
This is an elusive problem for which I've already instituted a workaround, so it's not terribly urgent, but quite vexing nevertheless... I have a FB5.5 app...
On Mon, Jun 22, 2009 at 2:15 PM, ... I'm surprised you can call Application.isProduction() from a model CFC in your local dev environment. Yes, the variables...
... You should be! I was mistaken! I thought it worked in my local dev env because I hadn't encountered the error, but it was there. ... I absolutely agree....