[Zope-dev] Form action has no effect
Dieter Maurer
dieter@handshake.de
Tue, 22 Apr 2003 21:32:16 +0200
Ross Boylan wrote at 2003-4-21 17:14 -0800:
> I had a Zope product that was working OK about a year ago. Now it's
> not. It seems the form action is not having any effect when I click on the
> button in the interface. As far as I can tell, the action is never called.
Whether or not the action is activated is not a Zope but a browser
issue (provided the form is rendered correctly).
You might use a TCP logger (e.g. Shane's "tcpwatch") to find
out what goes on between your browser and Zope.
Dieter