Am 19.05.2005 um 12:40 schrieb Chisel Wright: > sub end : Private { > my ( $self, $c ) = @_; > unless ($c->res->body) { > $c->fillform; > $c->forward('FormFill::V::TT'); > } > } There has to be a form to fill. ;) $c->forward('FormFill::V::TT'); $c->fillform; -- sebastian