[Zope] form with mutiple actions?

Lennart Regebro lennart@torped.se
Fri, 22 Mar 2002 15:08:30 +0100


From: "Hamzal Kamal" <k_hamzat@yahoo.com>
> Is it possible for form to have more than one actions?

Yes, you can append ":method" to the submit buttons and you will call
methods instead.
So a form with action foo and a button "bar:method" will result in the
method bar() of the foo object being called.