RE: RE: What could possibly cause this??!

2003-08-14 Thread Bruce Rojas-Rennke
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

RE: RE: What could possibly cause this??!

2003-07-29 Thread s. isaac dealey
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

RE: RE: What could possibly cause this??!

2003-07-29 Thread s. isaac dealey
I don't know if I'd lean too heavily in the direction of suspecting packet loss... I suspect packet loss would result in IIS returning an internal server error barf or something of that nature, rather than turning meth into ... I could be wrong, just doesn't sound to me like a packet drop.

RE: RE: What could possibly cause this??!

2003-07-29 Thread Stephenie Hamilton
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

RE: RE: What could possibly cause this??!

2003-07-29 Thread S . Isaac Dealey
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

RE: RE: What could possibly cause this??!

2003-07-29 Thread Brook Davies
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

RE: RE: What could possibly cause this??!

2003-07-29 Thread Bruce Rojas-Rennke
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

RE: RE: What could possibly cause this??!

2003-07-29 Thread Brook Davies
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

RE: RE: What could possibly cause this??!

2003-07-29 Thread Brook Davies
.. -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

Re: RE: What could possibly cause this??!

2003-07-29 Thread Dave Carabetta
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

RE: RE: What could possibly cause this??!

2003-07-29 Thread Michael T. Tangorre
Nope. -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 7:46 PM To: CF-Talk Subject: RE: RE: What could possibly cause this??! Tell me something, do you see a field named method in the source for this page? http://www.teamskyline.com/test.cfm

RE: RE: What could possibly cause this??!

2003-07-29 Thread Brook Davies
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

Re: RE: What could possibly cause this??!

2003-07-29 Thread Brook Davies
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