for those of you that are not already using xfa's
(same as rfa's, just different name), check them out
at www.teamallaire.com/hal

for those that are, I would like to share a way I use
them to keep my code neater.. when where a user can go
from a page depends on their security level or some
other consideration that can be check as a whole for
the dsp file, I put a cfif based on that consideration
around the cfset that sets the xfa in the index.cfm. 
Then cfparam the xfa to blank and base the
conditionals inside the dsp file on whether the xfa is
blank or not.  
Security is one of those things I like to keep in the
index.cfm whenever possible.. it makes the individual
files more reusable and makes it easier to see "what's
going on" with a fuse.

=====
Ken Beard
Cold Fusion Developer 
Tampa, FL
[EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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