mrachow
Posts: 509
|
| Posted: 08/16/2006, 2:54 AM |
|
Hi,
I have a page EntryG with some forms on it. One is same named record form EntryG.
The following HTML describes this:
<form method="post" action="EntryG.asp?ccsForm=EntryG%3AEdit" name="EntryG">
I got a screenshot from a user showing a general server error and the action of the form being the current URL.
I suppose the user had pressed the submit button of the form EntryG.
Any ideas what could force form actions (form method POST) to become the actual URL?
(I don't know the server error just asked for it.)
All this occured under IIS using ASP but I think it's at least not related to ASP!?
Thanks +
_________________
Best regards,
Michael |
 |
 |
matheus
Posts: 386
|
| Posted: 08/16/2006, 4:32 AM |
|
Seems like he was editing a record, and the record had some error (field required, something like this)
So the action form was this ccsForm=EntryG:Edit.
Hope this help.
_________________
Matheus Trevizan
Dynamix Software Ltda.
Blumenau SC Brasil
www.dynamix.com.br |
 |
 |
mrachow
Posts: 509
|
| Posted: 08/16/2006, 5:03 AM |
|
Thanks matheus,
just by that I'm getting the URL I was searching for.
(Now I can focus on the server error itself because responses due to form validation errors create valid HTML pages as response.)
_________________
Best regards,
Michael |
 |
 |
|