The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CatalystX::Resource::TraitFor::Controller::Resource::Form - handles form related stuff

VERSION

version 0.002001

ATTRIBUTES

form_class

HTML::FormHandler class to use for this resource. e.g.: 'MyApp::Form::Resources'

form_template

template file for HTML::FormHandler optional, if you don't supply a form_template a stringified version will be used

METHODS

form

handle form validation, configuration of visible fields and setting of notification messages

AUTHOR

David Schmidt <davewood@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by David Schmidt.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.