I am still learning the whole fusebox methodology and have an application
that I am writing fuse box. I seem to be having a little trouble with the
query files being applied.

I have the formurl2attributes tag at the top of my index file and then I
have my files being included like so:
<cfparam name=attributes.fuseaction default="showall">

<cfswitch expression="#attributes.fuseaction#">
<cfcase value="showall">
        <cfinclude template="qry_getstates.cfm">
        <cfinclude template="qry_patent_list.cfm">
        <cfinclude template="dsp_all_patents.cfm">
</cfcase>
<cfcase value="modify">
        <cfinclude template="qry_inventor_names.cfm">
        <cfinclude template="qry_p_state.cfm">
        <cfinclude template="dsp_patent.cfm">
</cfcase>
</cfswitch>

The only problem is that in the dsp_patent file I am told that it can't find
the variables. Either with the query name.variable name or with the
attributes.variable name.

I can't figure out what I am doing wrong.

Thanks for all help.

        Jeff Giesbrecht

------------------------------------------------------------------------------
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.

Reply via email to