[Zope3-Users] zope.formlib view action is calling two times ?

2007-09-04 Thread Baiju M
Hi, I have a view class like this: class EditTestPage(form.EditForm): form_fields = form.Fields(ITestPage) template = namedtemplate.NamedTemplate('page_edit') output = actions = form.Actions( form.Action('Save', success='handle_save_action'), form.Action('Preview',

Re: [Zope3-Users] zope.formlib view action is calling two times ?

2007-09-04 Thread Stephan Richter
On Tuesday 04 September 2007 02:00, Baiju M wrote: When I click 'Preview' or 'Save' button, the actions are called two times, any idea ? You should use z3c.form. :-) (Sorry, I would love to help, but I am just not supporting formlib anymore. ;-) Regards, Stephan -- Stephan Richter CBU