diff options
Diffstat (limited to 'framework/Web/UI/WebControls')
-rw-r--r-- | framework/Web/UI/WebControls/TRadioButton.php | 2 |
1 files changed, 1 insertions, 1 deletions
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());
}
/**
|