On 5/9/07, Maciej Wisniowski <[EMAIL PROTECTED]> wrote:
class MyNewEditForm(EditForm): actions = EditForm.actions
...
I mean line: actions = EditForm.actions
That's not good enough. ;-) Adding more actions at this point will affect EditForm as well. Better to use actions = EditForm.actions.copy() -Fred -- Fred L. Drake, Jr. <fdrake at gmail.com> "Chaos is the score upon which reality is written." --Henry Miller _______________________________________________ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com