Apparently, the problem is not new:
I found this thread from 2003:
http://www.webmasterworld.com/forum21/6263-1-15.htm

Could it be that because of some transmission problem the server could 
not find the file associated with the HTTP request POST
and that it will change it for GET?

What I've done finally is something like this in the template call by 
CFERROR:
<CFIF isDefined ("url.method") AND url.method NEQ CGI.REQUEST_METHOD>
    <H2>Ooops, apparently, the server did not receive your data 
correctly.</H2>
    <BR>Please back up one page and resubmit the form.
<CFELSE>.........

-- 
_______________________________________
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282264
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to