Are you using any functions that modify the HTTP headers?  Is it a
straight a-to-b flow (a being the form page, b being your search results
(no redirection, etc, in the interim).  Perhaps you can gain some
insight as to what's happening by cfdumping GetHttpRequestData()

---
Billy Cravens


-----Original Message-----
From: Ian Lurie [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, April 16, 2002 9:40 AM
To: CF-Talk
Subject: RE: ColdFusion not handling POST?

I did check debugging, sorry - there are no form variables being passed
at
all...

The error is 'Form.stuff not found'.



-----Original Message-----
From: Justin Scott [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 16, 2002 7:30 AM
To: CF-Talk
Subject: Re: ColdFusion not handling POST?


If you have access to the CF admin, turn on the debugging option for
"show
variables" so you can see exactly what is getting passed.  Posting the
exact
error message it's throwing would be useful.

-Justin Scott, Lead Developer
 Sceiron Internet Services, Inc.
 http://www.sceiron.com


----- Original Message -----
From: "Ian Lurie" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, April 16, 2002 10:20 AM
Subject: ColdFusion not handling POST?


> Hi all,
>
> I've got a form that posts criteria to a CFSEARCH page. Last week it
worked.
> This week it doesn't.
>
> After a little checking I figured out that, for whatever reason, the
> CFSEARCH page is no longer receiving anything in the FORM scope. If I
change
> the search page to use GET, it works perfectly.
>
> Here's the code for the search form:
>
> <form action="searchresults.cfm" name="searchform" id="searchform"
> method="post">
> <input type="text" name="stuff" size="25" >
> <input type="submit" name="submit" value="Search">
> </form>
>
>
> And the search page:
>
> <cfsearch
collection="iam_everydayheroes,iam_publications,iam_database"
> criteria="#form.stuff#" name="searchresults">
>
>
> I'm stumped... Any help would be appreciated.
>
> Ian
>
> Portent Interactive
> Helping clients build customer relationships on the web since 1995
> Consulting, design, development, measurement
> http://www.portentinteractive.com
> Talk with us: http://projects.portentinteractive.com
>
>


______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to