22 Apr
2003
22 Apr
'03
7:32 p.m.
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