Bill Davidson, 26 Apr 2001, at 13:28 sent this:

> This is not so easy to get working with Apache (which we were running on our
> development server).  I eventually gave up.   It works fine with IIS (our
> production server) however.  

My hosted account (production server) runs IIS but I'm 
getting the same results as I get on the Apache server.

> the call to formurl2attributes
is done before anything else...

> >  --this works:
> > <a href="test.cfm?fuseaction=detail&code=#code#">#defn#</a>
> >  --this doesn't
> > <a href="test.cfm/fuseaction/detail/code/#code#">#defn#</a>

> > <cf_Form2URLAttributes>
> >
> > <cfparam name="attributes.fuseaction" default="">
> > <cfswitch expression="#attributes.fuseaction#">
> >
> > <cfcase value="detail">
> > <!--- I never make it here; the page just reloads --->
> > <cfinclude template="dsp_detail.cfm">
> > </cfcase>
> > <cfdefaultcase>
        <!--- I always end up here because attributes.fuseaction
        remains an empty variable. why? Why? WHY? --->
        <!--- is this happening to me! --->
> > <cfinclude template="dsp_list.cfm">
        <!--- the URL's shown above are part of this dsp_ --->
> > </cfdefaultcase>
> > </cfswitch>


Mike Collins, Web Developer, (617) 376-2249
--*_*--*_*--*_*--*_*--*_*--*_*--*_*--*_*--
  Send an Instant Message ICQ: 34545981

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