my $formPhone = MyApp::Form::Phone->new; $formPhone->process(item => $c->model('MyDb')->find(1), params => $c->request->params); $c->stash->{formPhone} = $formPhone;