Hi Lee,
Thanks for the reply. Your explaination of what the basic concept of
what consist of a Fusebox model is good. Unfortunately, I already knew
this having read the 2 or 3 first chapters of Steve's Fusebox eBook.
What is still not clear to me yet about the various ways of invoking
a fuse is when you would use cfinclude or cfmodule.
Please CC me on your reply since I receive list posting in Digest mode.
Cheers,
Eric
[EMAIL PROTECTED]
------------------------------
Date: Thu, 9 Nov 2000 14:22:24 +1100
From: BORKMAN Lee <[EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Subject: RE: How do you call fuseaction files
Message-ID: <[EMAIL PROTECTED]>
Hi Eric,
In standard FuseBox, you don't actually have FuseAction files.
You have a FuseBox file (index.cfm)
You have Fuses (anything else .cfm)
Inside the FuseBox, you have a CFSWITCH statement that assembles the fuses
together to implement your fuseactions.
So a FuseAction to display a form might look like this:
<CFSWITCH EXPRESSION="fuseaction">
...
<CFCASE VALUE=showform>
<CFINCLUDE TEMPLATE="qry_getdropdowndata.cfm">
<CFINCLUDE TEMPLATE="dsp_form.cfm">
</CFCASE>
...
</CFSWITCH>
Your single FuseBox index.cfm can define man FuseActions, all built out of a
set of re-usable Fuses.
Does that make any sense?
Lee (Bjork) Borkman
http://bjork.net ColdFusion Tags by Bjork
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at
http://profiles.msn.com.
------------------------------------------------------------------------------
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.