Hey Adam- Thanks for all your work and willingness to step up to the challenge! You're right, Sean did an amazing Job with FB, and I'm pleased to hear all the...
... Not sure what sort of offers you've made in the past, but last time the issue came up on the list, I went and updated the Volunteers page, which gives...
I did also write a couple of sample apps for the no XML approach. 1 was a conversion of Brian Kotek's Bookstore from 4 to 5.5, the other was a slimmed down...
I totally agree with Ryans comments about the documentation. Although there is one good book (Fusebox 5 & FLIP - thanks to Mr. Peters), the documentation that...
Unfortunately, you are correct, the documentation for Fusebox is totally lacking. Each Team Fusebox member has an area of responsibility. To date since ...
I think having one application for a sample that starts out simple and gets more complex is an excellent idea. It is hard with the current sample apps to...
The weGotWidgets apps used to be a great training tool. Maybe those could be run into noXML and noXML-OO versions. I liked how it had an "Add" fuseaction but...
I'd like something that acts in the same manner as cfparam in the circuit file. I really like the behavior of <xfa name="blar" value="blar" overwrite="false"...
Jordan Reiter
reiterj@...
Oct 3, 2008 8:08 pm
3913
You could always add a lexicon to the cf lexicon folder that emulates <cfparam>. ... From: fusebox5@yahoogroups.com [mailto:fusebox5@yahoogroups.com] On Behalf...
Jordan, I believe the Fusebox <set> verb DOES behave that way: i.e. overwrite="true/false" will work. Tested on CF FB 5.5.1 Derekhed ... =========== According...
... Hmmm...looking at the generated code in the parse folder, this is what I see: <cfset myFusebox.enterStackFrame() > <cfif ...
Jordan Reiter
reiterj@...
Oct 3, 2008 9:16 pm
3917
Where are you defining the variable? I am guessing you are using the NoXML version of Fusebox? I tested the traditional version, setting the variable in the ...
... blog so ... Adam, Congratulations on taking the helm of our next evolution of FB. A fellow blogger recommended I refer you to my blog post today regarding ...
I read your blog and agree with Adam's comments . . . You propose that you should be able to call your model, view, and controllers with the same name ...
... Hey, Seth. I saw your response and appreciate the discussion. I've responded on the blog with an alternate solution, which I think would adequately solve...
I tried to post a reply in your blog but couldn't get the CAPTCHA image to show so I'm posting it here now: Remember these three things and you'll understand...
... This is *absolutely the winner* here, especially in regards to #2. I would expect that most developers, regardless of their FB experience level, should...
Let's say I have a column in a DB that is called Messages. I can set the session variables this way.. <cfloop index="Permission" list="#Position.columnlist#"> ...
I think you need to use some a list function. <cfif not listcontainsnocase(session.permission,myfusebox.originalcircuit)> ... seth ... From: Phillip M. Vector...
I'm not using the permissions anymore on the page. The loop was just to set all the session variables. It sets session.email to 1 session.messages to 1 ...
Try cfdumping the variable you are trying to append to see what it contains, if it is not a string you may have to convert it to a string before appending. ......
I am back at my computer now and have tested some of the code you sent and it seems to work fine. Here is my test case: <cfset session['residences'] = 1> <cfif...
That's not exactly what I was looking for... I was more looking for this... <cfset session.residences = 0> <cfif session[myFusebox.originalCircuit] EQ 0> Pass ...
Your code and my code is synonymous, just uses different syntax, and both methods work. From: fusebox5@yahoogroups.com [mailto:fusebox5@yahoogroups.com] On...
No.. Not if you got yours to work. :) I keep getting a Element Calendar is undefined in a Java object of type class coldfusion.runtime.MemorySessionScope. and...
Well, you must be making progress because that is a different error than you were getting before. I would suggest cfdumping the value right before your test,...
Has anyone seen SES urls return a status 200 empty/blank page with zero bytes of data? I have code which works fine in development, as well as another test ...