--- Webpacus/lib/Webpacus.pm 2005/12/03 01:56:37 205 +++ Webpacus/lib/Webpacus.pm 2005/12/05 19:15:01 222 @@ -14,10 +14,11 @@ Prototype Config::YAML FillInForm + SubRequest /; # FormValidator -our $VERSION = '0.13-dev'; +our $VERSION = '0.16-dev'; # # Configure the application @@ -71,7 +72,7 @@ $c->fillform; # defaults to $c->req->parameters -# $c->response->{body} =~ s#\Qnew Ajax.Autocompleter(\E#new Ajax.Suggest(#gs; + $c->response->{body} =~ s#\Qnew Ajax.Autocompleter(\E#new Ajax.Suggest(#gs; # $c->log->debug( $c->response->body ); }