You are right as always.  My action in my form was set to

index?go=staff/contactList    instead of     index.cfm?go=staff/contactList

Just out of curiosity though, why did the form work at all?

Todd Ashworth

----- Original Message -----
From: "Dave Watts" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, November 29, 2000 11:16 AM
Subject: RE: 405 Error


| This problem shouldn't have anything to do with code in your action page.
| The error indicates that what you're doing in the form is the problem, not
| within the action page itself - which is never actually being executed,
| since your web server is returning a 405 error.
|
| Typically, you get an error like this when you misspell a value within the
| FORM's ACTION or METHOD parameter.
|
| Dave Watts, CTO, Fig Leaf Software
| http://www.figleaf.com/
| voice: (202) 797-5496
| fax: (202) 797-5444


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to