Comment 2 for bug 236897

Revision history for this message
Martijn Faassen (faassen) wrote : Re: [Bug 236897] [NEW] grok.Form subclasses expect an actions attribute when rendering

> You can simply add the 'actions' attribute to the form class to avoid
> the exception:
>
> class DummyForm(grok.Form):
> ...
> actions = []

This is a workaround though, not a solution. I think we should make
sure that if you don't use any @grok.action decorators, you still get
to see a form.