Fixup of FormField macro tests and POD.

This commit is contained in:
Colin Kuskie 2011-07-11 17:22:25 -07:00
parent 9985d24ea2
commit 7fda01b291
2 changed files with 3 additions and 5 deletions

View file

@ -22,7 +22,7 @@ Renders an instance of a Form object.
=head2 process( $session, $type, $field_name [, $default_value, @form_constructor_arguments ] )
C<$type> is one of the L<WebGUI::Form::Control> subclasses in L<WebGUI::Form::>.
C<$type> is one of the L<WebGUI::Form::Control> subclasses in L<WebGUI::Form>.
C<$field_name> is the name the field will be given in the HTML "name" attribute.