30 Sep
2008
30 Sep
'08
7:12 p.m.
Dennis Allison wrote at 2008-9-28 22:56 -0700:
... My problem: In one form for one submit button, the redirect appears to fail. The action is performed but the page to which the action redirects upon completion is never displayed. Other actions from the same form work fine. We have been trying to isolate the problem, but have not been successful--everything looks correct, but we still see the one failure. Nearly identical code in other parts of the system works fine.
Use a TCP-logger (e.g. "tcpwatch", "wireshark", "etherreal", ...) to precisely understand what happens between client (browser) and server and see the detailed information about the failing redirect. -- Dieter