[Zope] What button submitted

Axel Missbach Axel.Missbach@t-online.de
Thu, 08 Mar 2001 10:33:18 +0100


Hi,

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.

I have looked in the Source of the manageform with the Rename Cut, Copy
... buttons. This ones changes the actionmethod, but where is the method
they calling (e.g. manage_cutObjects)

witg regards Axel