John,

That makes sense. But.... If you place your cflocation in your index.cfm 
case, you can review the overall site navigation at a glance. If you place 
it in other files, the index.cfm is no longers a 'roadmap' for your 
application.....

-george

>From: "John Quarto-vonTivadar" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: Fusebox <[EMAIL PROTECTED]>
>Subject: Re: Why use url_files?
>Date: Sun, 25 Feb 2001 12:40:02 -0500
>
> > Let's say you have a form and are doing some entry into the database. 
>Then
> > you go to your next flow point which is thisfile. If you include it and
>the
> > user refreshes, bam you now have duplicate entries from your form 
>because
> > every include will get hit again. If you use the cflocation, no 
>problems.
>
>but that doesn't explain why one needs to use "url_" files.  You could've 
>as
>easily thrown that cflocation into the end of the "act_" file.  I think the
>guy was asking for a non-stylistic rationale for using the "url_" files . 
>To
>date, i've never found one satisfactorily explained to me, it always ends 
>up
>coming down to a preferred style.  And, more to the point, the reasoning
>often comes down to using them post-ACT since that is typically a single
>exit point for that fuse, where is DSP cases there can be very many exit
>points, all using various techniques for exiting.
>
>I'm not arguing *against* them. I'm just still waiting to be convinced as 
>to
>how whatever they do cannot be done from within the about-to-be-exited 
>fuse.
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to