... In general, FB skeletons have always contained code to trap non-index.cfm requests and redirect them back to index.cfm. That's usually in Application.cfm,...
You will want that in OnRequestStart the FB magic happens in OnRequestStart, OnRequest simply does the include, most of the FB startup and path checking ...
Is there something I'm missing here? Let's say I have a fuseaction that displays a "Thank you" after a form has been submitted. I'd like to load that up...
Not sure I fully understand, but you could create a 'do action' just for your act page (which you mentioned) or you could put an an if statement in the logic...
Sorry. Still have yet to get my coffee this morning. :) I have a fuseaction that called "process" that has an act_ file, then a dsp_ file for when the form is...
No functionality like that exists. It will not exist, josh's suggestion is the appropriate way to organize the circuit. Adam Sent from my iPhone On Apr 2,...
The URL command you are looking for is the fuseaction itself. And by fuseaction, I mean the XML fuseaction or a cffunction (for the no-XML fusebox) in your...
... Not really.. See below. ... I'd like to avoid that if possible because I have several separate thank you files on the project I'm working on for different...
... If you are using an MVC pattern then it is perfectly acceptable to have logic in the circuit.xml controller ( not the display controller ). Providing a...
You could utilize CF lexicon functionality in your circuit and place a switch in here to trigger your desired message dsp file: *Extend xmlns for CF Lexicons*:...
So it sounds like you want to avoid dirtying up the database because you're working on the live application? But want to test dsp files directly? Put in this...
Nevermind. You don't seem to understand what I was looking for. Thanks though. I just didn't want to make up 25 fuseactions for all the thank you pages (Yes....
On Thu, Apr 2, 2009 at 8:25 AM, Phillip Vector ... The correct way to implement a post-submit display like this is to use a redirect. Otherwise a user can...
Yes. I know. Thanks. :) For those who missed the part where I was doing some patchwork update yesterday and not inclined to redevelop the entire app, the...
I don't think anyone but you implied it was poorly designed, we were simply trying to give you advice on how to accomplish the task. Everyone has their own...
Sorry I snapped... When someone tells me it is "Best Practice" to do something, I take that as meaning "It's a poor design to do it any other way" and I ...
... Don't confuse "best" and "poor" with "required" and "unacceptable". A HTTP-level redirect (probably) is the best way to avoid duplicate form submissions. ...
After re-reading your post (and the solution), I can see what you mean. A little patience does go a long way when trying to convey the problem (and solution...
On Fri, Apr 3, 2009 at 12:48 PM, Phillip Vector ... Re-reading your original question, it certainly was not clear that was what you were trying to do. You...
*sigh* I'm sorry "Is there a URL command that runs a specific file only within a circuit instead of the whole fuseaction?" wasn't clear to you Sean. I'll try ...
I believe this matter is settled. Thank you gentlemen. ... ============== There is only one narrow, difficult way to do a job properly, and an infinite number...
http://cfrant.blogspot.com/2009/04/fusebox-update.html Long and short, the Wiki and Ticketing systems have moved to Confluence and Jira. Jira is also open to...
This is a correct URL for my application. http://domainname.com/learnfusebox/index.cfm/fa/app.listindividualusingcfc/id/193686b8-4e3c-4752-ab2a-82aaf065153d ...
You can test for all of these cases in the model. Seth From: fusebox5@yahoogroups.com [mailto:fusebox5@yahoogroups.com] On Behalf Of Brian Sent: Monday, April...
... Hmmm, just a len check isn't going to confirm something is a GUID/UUID. And given that since CF7 we've had a built-in function for checking this, it seems...