Search the web
Sign In
New User? Sign Up
fusebox5
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2880 - 2909 of 4396   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2880
Sorry if I missed this, but can you append content variables when using dynamic do? I have a layout on which I want to list an unknown number of items. So I...
idougward
Offline Send Email
Dec 1, 2007
6:17 pm
2881
Got around to testing this, and the following code does not work. I think there may be an infinite loop occuring somewhere. If I change the cfc path to a...
Seth Johnson
cfx_user
Offline Send Email
Dec 1, 2007
6:18 pm
2882
Try this: contentvariable="item" append="true" Dan K. ... From: fusebox5@yahoogroups.com [mailto:fusebox5@yahoogroups.com] On Behalf Of idougward Sent:...
Dan@...
danielhoodan
Offline Send Email
Dec 1, 2007
7:10 pm
2883
... Not in the Public Beta but you can in the Final Release which should post today. You will be able to say: <cfset myFusebox.do( action="posts.dsp_113107-1",...
Sean Corfield
seancorfield
Online Now Send Email
Dec 1, 2007
7:10 pm
2884
... No, there's no loop. It's just a bug. I'm afraid this just simply isn't going to work in 5.0.0 with an Application.cfc that extends fusebox5.Application in...
Sean Corfield
seancorfield
Online Now Send Email
Dec 1, 2007
7:34 pm
2885
Ok, what modifications would need to be made to application.cfc in order for this to work? Thanks, Seth ... From: Sean Corfield To: fusebox5@yahoogroups.com ...
Seth Johnson
cfx_user
Offline Send Email
Dec 1, 2007
8:36 pm
2886
... Don't extend fusebox5.Application. Have a regular index.cfm that includes /fusebox5/fusebox5.cfm. Sean A Corfield -- (904) 302-SEAN An Architect's View --...
Sean Corfield
seancorfield
Online Now Send Email
Dec 1, 2007
8:42 pm
2887
Ah, here's another possible workaround: Change the following line in your Application.cfc: <cfset this.name = right(REReplace(expandPath('.'),'[^A-Za- ...
Sean Corfield
seancorfield
Online Now Send Email
Dec 1, 2007
10:03 pm
2888
Ok, where would one set up the fusebox parameters if they wanted to use noxml with cfc binding if they cannot use application.cfc to extend...
Seth Johnson
cfx_user
Offline Send Email
Dec 1, 2007
10:11 pm
2889
... Bear in mind those only take effect when you first load the framework - and the framework must be initialized before you can reference anything from the...
Sean Corfield
seancorfield
Online Now Send Email
Dec 1, 2007
10:28 pm
2890
... Or, as my other email noted, change the app name setting code in Application.cfc. I just tried this: <!--- set application name based on the directory path...
Sean Corfield
seancorfield
Online Now Send Email
Dec 1, 2007
10:37 pm
2891
I made the change you suggested: <!--- set application name based on the directory path ---> <cfset this.name = right(REReplace(getDirectoryFromPath ...
Seth Johnson
cfx_user
Offline Send Email
Dec 1, 2007
11:15 pm
2892
Right, that exception is telling you that Fusebox didn't get to the point where it has enough machinery initialized to allow dynamic 'do'. Probably better to...
Sean Corfield
seancorfield
Online Now Send Email
Dec 1, 2007
11:29 pm
2893
I set FUSEBOX_PARAMETERS.queryStringStart = "/"; This results in the following url: index.cfm/fuseaction=archive.post_113107 Two questions: 1. How do I set the...
idougward
Offline Send Email
Dec 1, 2007
11:44 pm
2894
... You need to set queryStringSeparator and queryStringEqual as well - read the Fusebox 5.1 documentation here: http://trac.fuseboxframework.org/fusebox/wiki/...
Sean Corfield
seancorfield
Online Now Send Email
Dec 1, 2007
11:58 pm
2895
Thanks Sean! Everything is working well now, I was doing some layout stuff in my onrequestend() that was causing the error. I have moved my layout calls to...
Seth Johnson
cfx_user
Offline Send Email
Dec 2, 2007
1:05 am
2896
The final build of Fusebox 5.5 has been created (somewhat ironically, build 666) and the ZIP files shipped to Sandy Clark for publishing on the fusebox.org...
Sean Corfield
seancorfield
Online Now Send Email
Dec 2, 2007
3:24 am
2897
J Congratulations on the ship. Stephen Cassady cassady@... ph. 403 217 0468 cl. 403 560 1272 Lopedia http://www.Lopedia.com Addressing your business...
Stephen Cassady
cassady@...
Send Email
Dec 2, 2007
3:47 am
2898
Sean, Great work!...
Josh
the_sigepjedi
Offline Send Email
Dec 2, 2007
3:52 am
2899
I haven't been as excited about a Fusebox release since 2.0! Good work Sean! ... From: Sean Corfield To: fusebox5@yahoogroups.com Sent: Saturday, December 01,...
Seth Johnson
cfx_user
Offline Send Email
Dec 2, 2007
4:23 am
2900
Thanks Sean!!!!!!...
Christian Ready
christianrea...
Offline Send Email
Dec 2, 2007
2:02 pm
2901
Are there any setup FB5 tutorials available? I looked at the FB4 but the file structure seems to be different? Thanks......
pictureman20024u
pictureman20...
Offline Send Email
Dec 2, 2007
4:57 pm
2902
First off, I've been working with 5.5 for a few days now. I think it is awesome. Great work, Sean. Of course, I do have a few questions. For instance, what is...
idougward
Offline Send Email
Dec 2, 2007
5:57 pm
2903
... Thanx. ... Via Application.cfc or via a circuit's prefuseaction. For Application.cfc, put them in onRequestStart() - don't forget to call...
Sean Corfield
seancorfield
Online Now Send Email
Dec 2, 2007
7:49 pm
2904
Sean, I have a question - would you want to put layout in a cfc or should they be in dsp_ or perhaps even lay_ files? To my way of thinking, CFC's are used to...
Christian Ready
christianrea...
Offline Send Email
Dec 2, 2007
9:57 pm
2905
The files will be put on the site today before COB. (Hopefully a lot sooner). Sandra Clark ============= http://www.shayna.com Training and Consulting in CSS...
Sandra Clark
slclark2499
Offline Send Email
Dec 3, 2007
12:54 pm
2906
The official files for Fusebox 5.5 (including the core files, skeleton application and extension zips) are available from the website. You can find them at:...
Sandra Clark
slclark2499
Offline Send Email
Dec 3, 2007
9:53 pm
2907
I'm curious to know if any folks out there have come up with an appropriate solution for changing this: <parameter name="mode" value="development-full-load" />...
Bellas, Adam
vurcease
Offline Send Email
Dec 3, 2007
11:33 pm
2908
Hey, disregard. I worked my way through it today. Thanks for blazing the trail with this thread! Greg...
Greg Luce
cf_greg
Offline Send Email
Dec 3, 2007
11:42 pm
2909
... In Fusebox 5.5 you can conditionally set FUSEBOX_PARAMETERS.mode = "production" early on in your request lifecycle and it will ensure that the site runs in...
Sean Corfield
seancorfield
Online Now Send Email
Dec 4, 2007
12:32 am
Messages 2880 - 2909 of 4396   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help