NAME

Catalyst::Controller::HTML::FormHandler - a base controller for Catalyst

SYNOPSIS

A base controller class for Catalyst controllers to use HTML::FormHandler forms

DESCRIPTION

For usage see Catalyst::Controller::Role::HTML::FormHandler This class only adds an 'end' routine calling HTML::FillInForm to fill in the form values

end

Calls HTML::FillInForm to render the form.

If you have a custom "end" routine in your subclassed controllers and want to use FillInForm to fill in your forms, you can use this as a sample of how to handle FillInForm in your custom 'end'.

AUTHOR

Gerda Shank

COPYRIGHT

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 32:

=back without =over