Listing 27.6. Tworzenie formularza w akcji index
public function indexAction()
{
    $this->view->form = new Application_Form_Osoba();
}