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 > > ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. 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

