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

NAME

Rose::HTMLx::Form::Field::Serial - represent auto-increment columns in a form

SYNOPSIS

 # see Rose::HTML::Form::Field::Hidden

DESCRIPTION

Rose::HTMLx::Form::Field::Serial is a subclass of Rose::HTML::Form::Field::Hidden. It exists simply to isolate a particular kind of form field that should not be updated via form but may need to be passed as a param or viewed in a (x)html serialized format. The namespace is reserved in the event that future functionality may be added, but mostly to uniquely identify this field type for use with Rose::DBx::Garden.

METHODS

Currently no methods are overridden.

AUTHOR

Peter Karman, <karman@cpan.org>

BUGS

Please report any bugs or feature requests to bug-rose-htmlx-form-field-serial@rt.cpan.org, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

ACKNOWLEDGEMENTS

The Minnesota Supercomputing Institute http://www.msi.umn.edu/ sponsored the development of this software.

COPYRIGHT & LICENSE

Copyright 2008 by the Regents of the University of Minnesota.

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