fixed: DataForm now allows you to edit existing tabs

This commit is contained in:
Doug Bell 2008-11-11 16:07:13 +00:00
parent 70a0a422b7
commit 43c5e5e63d
2 changed files with 3 additions and 1 deletions

View file

@ -1272,7 +1272,7 @@ sub www_editTab {
my $f = WebGUI::HTMLForm->new($self->session,-action=>$self->getUrl);
$f->hidden(
-name => "tabIdd",
-name => "tabId",
-value => $tabId,
);
$f->hidden(