[Zope3-Users] Multiple actions per button in formlib forms?
    Martijn Pieters 
    mj at zopatista.com
       
    Thu Sep 14 10:11:24 EDT 2006
    
    
  
On 9/14/06, Stefan Fink <stefan at work.de> 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
    
    
More information about the Zope3-users
mailing list