lots o' fixes.

This commit is contained in:
Matthew Wilson 2006-01-15 04:25:33 +00:00
parent adce5c8094
commit 250d8ff944
16 changed files with 64 additions and 53 deletions

View file

@ -90,7 +90,7 @@ sub AUTOLOAD {
return undef;
}
my $class = "WebGUI::Form::".$name;
$self->{_data} .= $class->new(%params)->toHtmlWithWrapper;
$self->{_data} .= $class->new($self->session,%params)->toHtmlWithWrapper;
}
#-------------------------------------------------------------------