Fixed bug in TabForm.pm SYNOPSIS
This commit is contained in:
parent
5957c7a3f3
commit
f2e3675cfd
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue