--- Webpacus/lib/Webpacus.pm 2005/11/22 12:57:30 96 +++ Webpacus/lib/Webpacus.pm 2005/11/22 12:57:35 97 @@ -15,6 +15,8 @@ Unicode::Encoding Config::YAML /; +# FormValidator +# FillInForm our $VERSION = '0.01'; @@ -66,6 +68,10 @@ # Forward to View unless response body is already defined $c->forward('View::TT') unless $c->response->body; + + $c->log->debug( $c->response->body ); + +# $c->fillform; # defaults to $c->req->parameters } =back