--- Webpacus/lib/Webpacus.pm 2005/11/22 12:57:41 98 +++ Webpacus/lib/Webpacus.pm 2005/11/22 14:45:17 100 @@ -12,11 +12,10 @@ use Catalyst qw/-Debug Static::Simple Prototype - Unicode::Encoding Config::YAML + FillInForm /; # FormValidator -# FillInForm our $VERSION = '0.01'; @@ -68,9 +67,10 @@ # Forward to View unless response body is already defined $c->forward('View::TT') unless $c->response->body; + $c->fillform; # defaults to $c->req->parameters + # $c->log->debug( $c->response->body ); -# $c->fillform; # defaults to $c->req->parameters } =back