added file pile

This commit is contained in:
JT Smith 2004-12-25 16:07:28 +00:00
parent 2e9602e248
commit 27356b09f6
4 changed files with 249 additions and 8 deletions

View file

@ -620,8 +620,8 @@ sub processPropertiesFromFormPost {
foreach my $property (keys %{$definition->{properties}}) {
$data{$property} = WebGUI::FormProcessor::process(
$property,
$definition->{properties}{fieldType},
$definition->{properties}{defaultValue}
$definition->{properties}{$property}{fieldType},
$definition->{properties}{$property}{defaultValue}
);
}
}