diff --git a/lib/WebGUI/Form.pm b/lib/WebGUI/Form.pm index 73f313b0d..4c32668f8 100644 --- a/lib/WebGUI/Form.pm +++ b/lib/WebGUI/Form.pm @@ -66,6 +66,7 @@ sub AUTOLOAD { $session->log->error($@); return undef; } + derp "Using WebGUI::Form:: is deprecated. Use WebGUI::Form::Control->new() and toHtml() instead."; return $control->toHtml; }