Zitat von Carl Franks <fireartist at gmail.com>: > Logically, I would do it that way, but make it a bit clearer: > > my $form = $c->widget_result( 'my_form' ); > if ( $form->valid && ! $form->errors ) { > $c->forward( 'do_it' ); > } Ok, I'll stick with this for now. Thanks, Carl! -- Tobias