From 8f1347c3d3fc85fb894077042b0c359928dd9233 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 19 Jul 2007 12:26:26 +0000 Subject: Fixed #592. --- framework/Web/UI/WebControls/TRadioButton.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Web/UI/WebControls') diff --git a/framework/Web/UI/WebControls/TRadioButton.php b/framework/Web/UI/WebControls/TRadioButton.php index 727b3b3a..fff7b475 100644 --- a/framework/Web/UI/WebControls/TRadioButton.php +++ b/framework/Web/UI/WebControls/TRadioButton.php @@ -162,7 +162,7 @@ class TRadioButton extends TCheckBox { parent::addToPostDataLoader(); $group = $this->getGroupName(); - if(!empty($group)) + if(!empty($group) || $this->getViewState('UniqueGroupName','') !== '') $this->getPage()->registerPostDataLoader($this->getUniqueGroupName()); } /** -- cgit v1.2.3