... And it is perfectly valid to keep doing so - it's what the Request scope is for. Event is simply an object-based encapsulation of Attributes (Url+Form ...
2684
Sean Corfield
seancorfield
Oct 19, 2007 4:55 am
... Yes. ... You need to provide more details of your setup. It definitely does work so perhaps you're just not understanding something about it? Sean A...
2685
Stephen Cassady
cassady@...
Oct 19, 2007 8:00 am
Hey all - Maybe I'm missing something, but I've got the following in my Application.cfc (very top) <cfcomponent> <!--- Set This.isProduction to 0 if...
2686
Brian Kotek
brian428
Oct 19, 2007 6:35 pm
If you look at the 5.5 example "traditional app", it shows that instead of manually including the fusebox5.cfm file like that, the Application.cfc extends...
2687
Sean Corfield
seancorfield
Oct 19, 2007 6:45 pm
... Well, I'd say Stephen's application should "just work" because my intention was to not break anything but, yes, there was a lot of churn in that area in...
2688
Stephen Cassady
cassady@...
Oct 19, 2007 8:46 pm
... the problem is? Sean (and Brian) I've sent you an email off list with a link to a very small zip that should show exactly what is happening. J Sean - Oh...
2689
Sean Corfield
seancorfield
Oct 20, 2007 3:10 am
... LOL. I'm surprised it ever worked - I would never have thought of even trying that! :) I didn't mean to break your code (no matter how strange it is) so ...
2690
Dan Sorensen
djsoren78
Oct 22, 2007 6:57 pm
I'm looking for a method to verify user authentication in Fusebox 5.5. In older versions of Fusebox I've seen one method using a Plugin and another method...
2691
Daniel Schmid
ananda1203
Oct 23, 2007 10:23 am
thats an old bug in cf7 --- I mailed with mike nimer about it around 1 1/2 year ago see below. I'm not sure if its fixed in cf8. Daniel -- ...
2692
Jason Durham
fastlouis
Oct 23, 2007 1:14 pm
Bummer. My host says there is no CF8 in my future since I’m on a Linux machine. Flash forms bite me once again…. From: fusebox5@yahoogroups.com...
2693
Daniel Schmid
ananda1203
Oct 23, 2007 2:53 pm
to be honest - at least for me, flash form sucks... I would go directly with flex (or flash remoting) Daniel -- www.danielschmid.name ... Behalf ... 1 1/2 ... ...
2694
Jason Durham
fastlouis
Oct 23, 2007 4:44 pm
You aren’t the first person to tell me to ditch them. J I will… I just have too much on my plate right now. From: fusebox5@yahoogroups.com...
2695
fillay89
Oct 23, 2007 5:20 pm
I think I have come up with a nice method to handle this. I created a function that will be added to the event object at runtime. This way as the event...
2696
Jesse
stang_inc
Oct 23, 2007 5:40 pm
Hello, I am working with FB 5.5 and have an application that mostly depends on XHTML and XML for web 2.0 interface widgets. I have noticed that when I have an...
2697
Dan
djsoren78
Oct 23, 2007 5:50 pm
In your layout fuse for that page you may need something like this: <meta http-equiv="Content-Type" content="text/xml" /> I didn't think that was necessary...
2698
Sean Corfield
seancorfield
Oct 23, 2007 7:03 pm
... Use this.xfa() instead of just xfa() - that will solve your problem. Interesting approach to inject new methods at runtime. This is exactly the sort of...
2699
Sean Corfield
seancorfield
Oct 23, 2007 7:06 pm
... Use <cfcontent> to set the MIME type to text/xml (or whatever it should be). Nothing in the framework is setting the text/html MIME type - that's just the...
2700
Sean Corfield
seancorfield
Oct 23, 2007 7:08 pm
... FWIW, I fixed this and sent Stephen an updated ZIP and he confirmed it works. Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/...
2701
fillay89
Oct 23, 2007 7:14 pm
Yep that did the trick - outstanding! Thanks!...
2702
Jared Rypka-Hauer
armchairdeity
Oct 23, 2007 7:15 pm
Nothing at all wrong with Flash Forms, depending on your task... especially since you can easily mix-and-match CFML and AS. And, with CF8, you can use Flex...
2703
Jason Durham
fastlouis
Oct 23, 2007 7:57 pm
Apparently, some of early adopters of CF8 got bit hard when trying to migrate Linux servers. My host has made the business decision to discontinue CF on all...
2704
Sean Corfield
seancorfield
Oct 23, 2007 8:24 pm
... It's a bit more complicated than that. A number of hosting companies had problems upgrading CF7 to CF8 and saw all framework-powered applications timing...
2705
Jesse
stang_inc
Oct 24, 2007 1:31 pm
Inside my view folder that comes with the skeleton I have a layout folder and inside that layour folder I put a circuit.xml.cfm file which has my fuseactions...
2706
Jesse
stang_inc
Oct 24, 2007 1:49 pm
Neither of your suggestions worked. I tried both of them in the .cfm which is my fuse that is called via AJAX. I'm not sure if this is cause for concern or not...
2707
Ryan Hagan
ryan_hagan
Oct 24, 2007 2:17 pm
I'm not sure if ColdFusion works quite the same way as PHP, but every time I've seen the problem you're describing, it is simply because one of my model files...
2708
Terry Schmitt
terry.schmitt
Oct 24, 2007 2:36 pm
Have you actually viewed the returned AJAX page in Firebug or by directly inputing the URL in a browser? Typically when I have trouble with AJAX, there is...
2709
Sean Corfield
seancorfield
Oct 24, 2007 2:41 pm
Did you reload the application to force it to reload the circuit?...
2710
Sean Corfield
seancorfield
Oct 24, 2007 3:13 pm
... Dunno what to say dude - ppl successfully use Fusebox with AJAX generating XML all the time so you must be doing something wrong. Without being able to try...
2711
Sean Corfield
seancorfield
Oct 26, 2007 6:56 pm
Fusebox 5.5 will be officially released on December 1st! That means you have just one month left to download the Public Beta and take it for a test drive: ...
2712
Sean Corfield
seancorfield
Oct 30, 2007 5:41 pm
In the Alpha builds, you could access the top-level variables (from page scope) via myFusebox.getTopLevelVariablesScope(). That was considered to painful to...