From c0bd74c851096574714d9f340352f81314e56a01 Mon Sep 17 00:00:00 2001 From: wei <> Date: Wed, 3 Jan 2007 09:26:29 +0000 Subject: fixed http://www.pradosoft.com/forum/index.php/topic,6517.0/topicseen.html --- framework/Web/UI/WebControls/TBaseValidator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Web/UI/WebControls/TBaseValidator.php') diff --git a/framework/Web/UI/WebControls/TBaseValidator.php b/framework/Web/UI/WebControls/TBaseValidator.php index 785282da..60dfb9da 100644 --- a/framework/Web/UI/WebControls/TBaseValidator.php +++ b/framework/Web/UI/WebControls/TBaseValidator.php @@ -93,7 +93,7 @@ abstract class TBaseValidator extends TLabel implements IValidator * them specially. * @var array list of control class names */ - private static $_clientClass = array('THtmlArea', 'TDatePicker'); + private static $_clientClass = array('THtmlArea', 'TDatePicker', 'TListBox', 'TCheckBoxList'); /** * Constructor. -- cgit v1.2.3