[Zope] What button submitted
Dieter Maurer
dieter@handshake.de
Thu, 8 Mar 2001 20:52:39 +0100 (CET)
Axel Missbach writes:
> having a form with some buttons.(Add, Edit, Del...). Every button shoulg
> call the same form, wich one should handle the diffrent button-methods.
> Please tell me a way how to get to know which button is pressed. Every
> button is in the REQUEST, but i can't see, which one is the caller.
If this is really the case, then you have a broken browser.
The HTML specification states unmistakenly, that a submit
button is only successful if it submitted the form.
Dieter