Hi, I'm experiencing a problem with an application that reads a 266MB XML file containing real estate properties and inserts them into a table. I managed to...
CF8, FB 5.51 - If I have the following relocate: <relocate url="#myself#cresponseForm.listresponseForm" /> And I append a param to the end of the string: ...
You can by replacing & with & From: fusebox5@yahoogroups.com [mailto:fusebox5@yahoogroups.com] On Behalf Of Dan O'Keefe Sent: Monday, June 02, 2008 7:08 PM...
I have been using Coldspring with Fusebox for about a year now, using the Coldspring lexicon by Qasim Rasheed. I was just reviewing how I'm doing that and I...
Asking for the bean each time is the normal and correct way to use the factory. There is a touch of overhead because you have to invoke the getBean method,...
... What I tended to do in this situation was to call getBean() as necessary at application startup (onApplicationStart() or global appinit fuseaction) and...
... That's a nice workaround. I'm sure that Barney's right, and the performance hit isn't an issue, so I probably won't bother changing anything at this...
I am using noxml, with the SES options turned on. I have the following fuseaction in my controller: <cffunction name="logout"> <cfargument name="myFusebox" /> ...
Make sure all your Links, CFLOCATIONS, images, stylesheets, everything have an absolute path. As you SES link path becomes deeper, this will cause an issue all...
Thanks Josh. I have used absolute URLs throughout. This is what I have for self and myself in the OnRequestStart() of application.cfc: <cfset self =...
Could not unlock the named lock /HOME/MYSITE/PUBLIC_HTML/PARSED/ CATALOG.SHOW_CATEGORY.CFM because no lock is known by that name. My site throws this error...
I keep getting an error saying: "An Error during write of Parsed File or Parsing Directory not found. Attempting to write the parsed file 'forums.main.cfm'...
Did you check the permissions on the parsed directory? One server I used fusebox on required the permissions to be set to 755. It all depends on the setup you...
Geretings everyone! I have an opportunity for dynamic Fusebox Developers in the Los Angeles Area to join a great team working on some challenging projects that...
Hi, Does anyone know how to get a complete list of all the circuits in my Fusebox 5.5.1 application? I have a Fusebox 3 application that I am converting to...
Hi Kevin, Does this do what you want? http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/generate-fusebox-circuits-and-fuses-document-25 - john ...
John, Unfortunately not... it works with a Fusebox.xml file but not with 5.5 and circuits based on cfcs. In this case Application.fusebox.Circuits only ever...
Hi Kevin, Try this instead :) http://aliaspooryorik.wordpress.com/2008/02/20/fusebox-is-self-documenting/ - John Whish ... 5.5 and circuits based on cfcs....
John, Thanks for that, I have already gone down this route at the moment, but I was hoping not to resort to cfdirectory. I just have a feeling that somewhere...
Qasim Unfortunately that doesn't do it. There is a circuits sruct in here but it only contains a single member rather than the complete list. Kevin Qasim...
... As you work with the application, it populates all of the circuits it finds. In other words, myFusebox.getApplication().circuits contains all of the...
Sean, So, I assume the reason that it doesn't do that for me is that I have it in development mode. Since my use case is to generate all the fuseactions in all...