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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 3579 - 3608 of 4396   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3579
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...
Ricardo Parente
r_parente
Offline Send Email
Jun 2, 2008
8:23 pm
3580
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: ...
Dan O'Keefe
djokeefe_2001
Offline Send Email
Jun 2, 2008
11:07 pm
3581
You can by replacing & with &amp; From: fusebox5@yahoogroups.com [mailto:fusebox5@yahoogroups.com] On Behalf Of Dan O'Keefe Sent: Monday, June 02, 2008 7:08 PM...
Seth Johnson
cfx_user
Offline Send Email
Jun 2, 2008
11:12 pm
3582
ahhh, forgot I have to escape that in XML. Muchas Gracias. Dan On Mon, Jun 2, 2008 at 7:12 PM, Seth Johnson ... -- ... Dan O'Keefe...
Dan O'Keefe
djokeefe_2001
Offline Send Email
Jun 2, 2008
11:37 pm
3583
It happened again Sean.. The error occurred in C:\Webpages\CurrentProjects\5thWallGaming\Data\fuseboxApplication.cfc: line 474 Called from ...
Phillip M. Vector
lance_lake
Online Now Send Email
Jun 3, 2008
6:45 am
3584
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...
Bob Silverberg
bobsilverberg
Offline Send Email
Jun 4, 2008
7:47 pm
3585
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,...
Barney Boisvert
barneyboisvert
Offline Send Email
Jun 4, 2008
7:51 pm
3586
... What I tended to do in this situation was to call getBean() as necessary at application startup (onApplicationStart() or global appinit fuseaction) and...
Sean Corfield
seancorfield
Offline Send Email
Jun 4, 2008
7:59 pm
3587
... 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...
Bob Silverberg
bobsilverberg
Offline Send Email
Jun 4, 2008
9:16 pm
3588
I am using noxml, with the SES options turned on. I have the following fuseaction in my controller: <cffunction name="logout"> <cfargument name="myFusebox" /> ...
Seth Johnson
cfx_user
Offline Send Email
Jun 5, 2008
3:07 am
3589
You need to set self to /index.cfm I think....
Sean Corfield
seancorfield
Offline Send Email
Jun 5, 2008
7:36 am
3590
Hey Sean, why would fusebox fail here?...
Phillip M. Vector
lance_lake
Online Now Send Email
Jun 5, 2008
12:04 pm
3591
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...
Josh Carrico
the_sigepjedi
Offline Send Email
Jun 5, 2008
12:55 pm
3592
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 =...
Seth Johnson
cfx_user
Offline Send Email
Jun 5, 2008
2:24 pm
3593
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...
Jeffrey Roberson
hippiex
Offline Send Email
Jun 10, 2008
1:17 pm
3594
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'...
duvalfan18
Offline Send Email
Jun 11, 2008
4:27 am
3595
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...
Kevin Pepperman
lbretail22
Offline Send Email
Jun 11, 2008
5:03 am
3596
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...
kmatic.cpsinc
Offline Send Email
Jun 11, 2008
7:35 pm
3597
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...
Kevin Roche
rochekuk
Offline Send Email
Jun 13, 2008
8:03 am
3598
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 ...
aliaspooryorik
Offline Send Email
Jun 13, 2008
8:30 am
3599
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...
Kevin Roche
rochekuk
Offline Send Email
Jun 13, 2008
9:23 am
3600
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....
aliaspooryorik
Offline Send Email
Jun 13, 2008
10:08 am
3601
Oops, sorry that's my old version of the post before I moved to my own blog (written in Fusebox no xml)... ...
aliaspooryorik
Offline Send Email
Jun 13, 2008
10:10 am
3602
If you are trying to get the list within the application itself, I beleive this will give you all the necessary information <cfdump...
Qasim Rasheed
qasim_1976
Offline Send Email
Jun 13, 2008
1:03 pm
3603
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...
Kevin Roche
rochekuk
Offline Send Email
Jun 13, 2008
1:32 pm
3604
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...
Kevin Roche
rochekuk
Offline Send Email
Jun 13, 2008
1:35 pm
3605
... Is that a cfc-circuit thing? Gives a complete list here, in an xml-circuit application....
Peter Boughton
boughtonp
Offline Send Email
Jun 13, 2008
1:54 pm
3606
Yes, it only works with the xml version. Which is why Kevin and I resorted to cfdirectory to get it to work. - John Whish ... here but it...
aliaspooryorik
Offline Send Email
Jun 13, 2008
2:00 pm
3607
... 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 Corfield
seancorfield
Offline Send Email
Jun 13, 2008
3:11 pm
3608
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...
Kevin Roche
rochekuk
Offline Send Email
Jun 13, 2008
3:31 pm
Messages 3579 - 3608 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