Fixed bug in TabForm.pm SYNOPSIS

This commit is contained in:
Patrick Donelan 2008-07-03 06:12:51 +00:00
parent 5957c7a3f3
commit f2e3675cfd

View file

@ -48,7 +48,7 @@ Package that makes creating tab-based forms simple through an object-oriented AP
$tabform = WebGUI::TabForm->new($self->session,\%tabs);
$tabform->hidden($name, $value);
$tabform->hidden({name => $name, value => $value});
$tabform->submit(\%params);
$html = $tabform->print;