fixed: thingy and select box

This commit is contained in:
Yung Han Khoe 2008-08-06 11:40:16 +00:00
parent b47318c786
commit 599659c745
2 changed files with 4 additions and 1 deletions

View file

@ -642,8 +642,10 @@ sub getFieldValue {
}
}
else {
my %fieldProperties = %$field;
$fieldProperties{options} = $field->{possibleValues};
$processedValue
= WebGUI::Form::DynamicField->new( $self->session, %$field, defaultValue => $value )
= WebGUI::Form::DynamicField->new( $self->session, %fieldProperties, defaultValue => $value )
->getValueAsHtml;
}