I know we all use a CFPARAM for our Attributes.FuseAction at the top of our
index.cfm - my question is, do you all leave the default value blank, or do
you set it to something? I am vacillating between the two.
One the one hand, if I leave it blank, then in my CFSWITCH, if it gets to
my CFDEFAULTCASE, then I know that an invalid or missing FuseAction has
been called. That can be useful. But on the other hand, once I know that, I
probably want to use an actual FuseAction as a default - and to do that, I
have to either use a CFLOCATION, which is an unnecessary communication
client-server, or I have to duplicate the code from my default FuseAction.
On the other hand, if I fill in the default FuseAction, then I won't know
if the FuseBox was called with no FuseAction.
Any thoughts?
Thanks!
--
Avi Flax
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.