--- trunk/lib/Frey/Action.pm 2008/11/18 02:14:40 398 +++ trunk/lib/Frey/Action.pm 2008/11/18 02:15:11 399 @@ -119,8 +119,8 @@ ) . qq||; $default->{$name} = $config_params->[0]->{$name}; } elsif ( my $attr = $class->meta->get_attribute( $name ) ) { - $attr_type = $attr->type_constraint->name; if ( $attr->has_type_constraint ) { + $attr_type = $attr->type_constraint->name; if ( $attr->type_constraint->can('values') ) { $value_html = qq|