--- trunk/lib/Frey/Action.pm 2008/12/09 20:31:42 782 +++ trunk/lib/Frey/Action.pm 2008/12/09 20:31:43 783 @@ -194,7 +194,7 @@ $attr->has_default ? $attr->default( $name ) : ''; - if ( ref($params_config) eq 'HASH' ) { + if ( ref($params_config) eq 'HASH' && defined $params_config->{$name} ) { $value = $params_config->{$name}; } elsif ( ref($params_config) eq 'ARRAY' ) { $value_html = select_values( $name, $attr_type, $params_config );