THANKS for this reply. I got the same error:
error Caught exception in AddressBook::Controller::Person->edit "Can't locate object method "form" via package "AddressBook" at ...
---
in all cases I replaced:
$c->form to $self->formbuilder and
form.render to FormBuilder.render (in the TT templates)
---
now the chapter-3 example from the Rockway catalyst book is running fine...
Ulf.