more form fixes

This commit is contained in:
Colin Kuskie 2006-01-15 17:26:36 +00:00
parent 65823b1f53
commit 5705131fcf
4 changed files with 9 additions and 3 deletions

View file

@ -130,6 +130,7 @@ Renders the field as a hidden field.
sub toHtmlAsHidden {
my $self = shift;
return WebGUI::Form::Hidden->new(
$self->session,
name=>$self->get("name"),
value=>secondsToTime($self->get("value"))
)->toHtmlAsHidden;