[thelist] CF: CFHHTP Problem

Colin Mitchell colspan at jerkvision.com
Thu Jan 17 16:21:40 CST 2002


I haven't used CF in a long time now, but am I right in guessing that
cfhhpparam should be cfhttpparam?

-----Original Message-----
From: thelist-admin at lists.evolt.org
[mailto:thelist-admin at lists.evolt.org]On Behalf Of Frank
Sent: Thursday, January 17, 2002 5:10 PM
To: thelist at lists.evolt.org
Subject: [thelist] CF: CFHHTP Problem



Can someone help me out with this? I'm using CFHTTP to call upon a
script, and for some reason, the variable doesn't seem to get passed.
Here's what I've got. (This document reloads onto itself...)


<!--- Initialize a variable --->
    <cfparam name="Form.Fuseaction" default="Not passed">


<!--- Redirect the user --->
    <cfhttp url="test.cfm" method="POST">

      <cfhhpparam type="formfield" name="Fuseaction" value="Shipping">

    </cfhttp>


<!--- Display the variable --->
    <cfoutput>
       The variable is: #Form.Fuseaction#
    </cfoutput>

This *will* redirect the user, but it fails to pass the variable to
the next template.

Suggestions?
--

Our best destiny, as planetary cohabitants, is the development
of what has been called "species consciousness" - something over
and above nationalisms, blocs, religions, ethnicities.


Frank Marion                      Framar Studios
frank at framarstudios.com           http://www.framarstudios.com

--
For unsubscribe and other options, including
the Tip Harvester and archive of TheList go to:
http://lists.evolt.org Workers of the Web, evolt !





More information about the thelist mailing list