[Zope3-dev] Re: Add flexibility to zope.formlib.form.EditFormBase

2007-05-09 Thread Christian Zagrodnick
On 2007-05-08 08:02:37 +0200, Michael Howitz [EMAIL PROTECTED] said: Am 07.05.2007 um 08:19 schrieb Christian Zagrodnick: You can, but there's a trick to it---call handle_edit_action.success() instead of calling handle_edit_action directly. Right. I used something like this here in a custom

Re: [Zope3-dev] Re: Add flexibility to zope.formlib.form.EditFormBase

2007-05-08 Thread Michael Howitz
Am 07.05.2007 um 08:19 schrieb Christian Zagrodnick: You can, but there's a trick to it---call handle_edit_action.success() instead of calling handle_edit_action directly. Right. I used something like this here in a custom form: @zope.formlib.form.action( _(Apply),

[Zope3-dev] Re: Add flexibility to zope.formlib.form.EditFormBase

2007-05-07 Thread Christian Zagrodnick
On 2007-05-05 20:07:07 +0200, Marius Gedminas [EMAIL PROTECTED] said: On Fri, May 04, 2007 at 09:26:17AM +0200, Michael Howitz wrote: I'm using zope.formlib.form.EditFormBase and want to normalize data =20 before saving it. Saving is done by the applyChanges function which is called from =20