just my thoughts- since the term 'method' is used in COM objects, maybe it was recently added to some reserved words list..
-----Original Message----- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 5:04 PM To: CF-Talk Subject: RE: RE: What could possibly cause this??! So I changed my form to look like this, just for testing: ============================================================ <form action="test.cfm" method="post" name="d"> <input type="hidden" name="field1" value="1"> <input type="hidden" name="field2" value="2"> <input type="hidden" name="action" value="myvalue"> <input type="hidden" name=" odman" value="myvalue"> <input type="hidden" name="testmethodman" value="myvalue"> <input type="text" name="testfield"> <input type="submit"> </form> ============================================================ I don't know if the above code will show up on the list, but I renamed the field "method" to "methodman". And on the form results page, I get this result ============================================================ Form Fields: ODMAN=myvalue ACTION=myvalue FIELD1=1 FIELD2=2 FIELDNAMES=FIELD1,FIELD2,ACTION, ODMAN,TESTMETHODMAN,TESTFIELD TESTFIELD=dsaf TESTMETHODMAN=myvalue ============================================================ I also added some other fields and changed the order around. This is soooo strange. I also tried going to an old IIS metabase backup and that did not help... Re-install very shortly....or I might just do a find and replace on the word method and change it to something.... Brook At 05:14 PM 7/29/2003 -0500, you wrote: >Ooops! Thanks for catching that. :) > > > I would cycle CF and IIS before doing any type of install. > > > > ~~ > > Stephenie Hamilton > > Macromedia Certified ColdFusion Professional > > CFXHosting > > > > > > > -----Original Message----- > > From: s. isaac dealey [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, July 29, 2003 5:16 PM > > To: CF-Talk > > Subject: RE: RE: What could possibly cause this??! > > > > I've seen IIS handle a "method" field without complaint > > before > > -- could be corruption in any of the browser (try another > > browser), IIS (reinstall IIS) or ColdFusion Server > > (reinstall > > ColdFusion Server). You can isolate the issue to > > corruption in > > either IIS or ColdFusion Server by putting the code on > > another > > server temporarily to test. > > > Incidentally, you should be able to reference the form > > variable > > using this: #form[" od"]# -- although I don't know why > > you'd > > want to. :) > > > hth > > > Isaac > > > > --- > > Outgoing mail is certified Virus Free. > > Checked by AVG anti-virus system (http://www.grisoft.com). > > Version: 6.0.504 / Virus Database: 302 - Release Date: > > 7/24/2003 > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > ~~~~~~~~~~~| > > Archives: > > http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 > > Subscription: http://www.houseoffusion.com/cf_lists/index. > > cfm?method=subscribe&forumid=4 > > FAQ: http://www.thenetprofits.co.uk/coldfusion/faq > > > Get the mailserver that powers this list at > > http://www.coolfusion.com > > > Unsubscribe: > http://www.houseoffusion.com/cf_lists/uns > > ubscribe.cfm?user=633.558.4 > > > > >s. isaac dealey 972-490-6624 > >new epoch http://www.turnkey.to > >lead architect, tapestry cms http://products.turnkey.to > >tapestry api is opensource http://www.turnkey.to/tapi > >team macromedia volunteer http://www.macromedia.com/go/team > >certified advanced coldfusion 5 developer >http://www.macromedia.com/v1/handlers/index.cfm?ID=21816 > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

