On 9/14/06, Stefan Fink <[EMAIL PROTECTED]> wrote:
how is it possible to add multiple actions per button to formlib forms? Actually I'm trying to create a button which: - applies all changes made in the form - takes the user back to the container view
Just call the second action method from the first? formlib actions call one method, but nothing stops you from calling another method form the first. It's what I do all the time. -- Martijn Pieters _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
