Form2Attributes.cfm was used in FB2. FB3 and higher created an entire set of core files that index.cfm calls rather than having to code it all.
FB2 used CF everywhere. FB3 used CF everywhere cfswitch/cfcase statements in fbx_circuit files to control flow. (I think, its been years since I've used it and can't find any old code on my machine right now) FB4 and FB5 use xml statements in a circuit.xml.cfm file to control flow. CF is used only in fuses and CFC calls. Sandra Clark ============================== http://www.shayna.com Training in Cascading Style Sheets and Accessibility -----Original Message----- From: Coldfusion [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 2:45 PM To: CF-Talk Subject: RE: Fusebox / MG:U Do applications that are configured like: Index.cfm?fuseaction=employees&fusesubaction=add_employee That do not have the framework mappings set on the server FuseBox applications Or just a way of programming? Reason I am asking is the application does not have a function (template) called Form2Attributes.cfm like I recall from long time ago. -----Original Message----- From: Nick Tong - TalkWebSolutions.co.uk [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 2:29 PM To: CF-Talk Subject: Re: Fusebox / MG:U Both need to exist on your server and can be called via mapping (/frameworks/fusebox5/) or you can have it in the same folder as your application. FB5 is a big step up from version version 3 if you've not used in since then. HTH On 19/10/06, Coldfusion <[EMAIL PROTECTED]> wrote: > > Okay I have did some modifications to what some call a fusebox > application in the past. > > My question for both Fusebox and Mogel-Glue is this: > > Does Fusebox need to be installed on the server? From what I recall > Fusebox is nothing more than a methodology. But using the > Form2Attributes function, what files are required to be rolled out > with an application to truly be a fusebox application? > > Same with Mogel-Glue.. Does it need to be installed on the production > server? > It would be on a development box but what needs to be rolled out to > the production box? > > TIA! > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257472 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

