From c193360f79a6cfdb5c03b0f27f60a7da65cbbe22 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 24 Nov 2008 22:21:27 +0000 Subject: [PATCH] Combo box is not dynamic compatible --- lib/WebGUI/Form/Combo.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Form/Combo.pm b/lib/WebGUI/Form/Combo.pm index 13a9d8dde..b31dad896 100644 --- a/lib/WebGUI/Form/Combo.pm +++ b/lib/WebGUI/Form/Combo.pm @@ -105,7 +105,7 @@ A class method that returns a boolean indicating whether this control is compati =cut sub isDynamicCompatible { - return 1; + return 0; } #-------------------------------------------------------------------