deprecate the AUTOLOAD method of WebGUI::Form

This commit is contained in:
Doug Bell 2010-12-09 18:59:46 -06:00
parent 4881b83a05
commit db4e74a738

View file

@ -66,6 +66,7 @@ sub AUTOLOAD {
$session->log->error($@);
return undef;
}
derp "Using WebGUI::Form::<field type> is deprecated. Use WebGUI::Form::Control->new() and toHtml() instead.";
return $control->toHtml;
}