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 > before saving it. > Saving is done by the applyChanges function which is called from > handle_edit_action. > The problem is that handle_edit_action is an action, so I can't > easily subclass and do a super call to handle_edit_action.
You can, but there's a trick to it---call handle_edit_action.success() instead of calling handle_edit_action directly. Marius Gedminas -- Remember the... the... uhh.....
signature.asc
Description: Digital signature
_______________________________________________ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com