Hi, Actually, I believe, if you use XFAs correctly then this is not an issue. For example; if you have a circuit, "myApp", you will likely also have XFAs to go along with it: <cfset XFA_foo="myApp.foo" />. The links in pages within this circuit would look like: <a href="#self#?fuseaction=#XFA_foo#">foo</a>. After you rename your circuit to "myOtherApp", you would simply edit your switch file, replacing <cfset XFA_foo="myApp.foo" /> with <cfset XFA_foo="myOtherApp.foo" />. You would have to do this for every XFA that uses the myApp circuit, but you only have to do it in a single file, rather than the entire site. Someone please correct me if I am wrong here.
Best regards, Michael Wilson -----Original Message----- From: Benoit Hediard Subject: RE: Cons to Fusebox don't you have to change links all over the place, plus the fusebox configuration files? (fuseaction names and circuits are also "harcoded" all over the place, instead of file names and directories) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

