[Catalyst] Catalyst::Plugin::FillInForm

Sebastian Riedel sri at oook.de
Thu May 19 13:02:59 CEST 2005


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




More information about the Catalyst mailing list