I am trying to learn the fusebox model. I have a
created a file called index.cfm.

That file has a switch statement. 

The question I have is that if I have a file that  has
a form, then how do I submit that form so that the
index.cfm file can include the right action page.

The only way I know so far is that I say something
like

<cfif form.state="CA">...
But,
I think that in fusebox model you say:

<cfswitch expression="#attributes.fuseaction#">

     <cfcase value="00">
        <cfinclude template="testing.cfm">
     </cfcase>

and so on.

What code do I write in the form page that when the
user clicks 'Submit', a fuseaction value is passed to
the index.cfm page.

Thank you.
Mirza

__________________________________________________
Do You Yahoo!?
Send online invitations with Yahoo! Invites.
http://invites.yahoo.com
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to