diff options
Diffstat (limited to 'framework/Web/UI/WebControls/TTabPanel.php')
| -rw-r--r-- | framework/Web/UI/WebControls/TTabPanel.php | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Web/UI/WebControls/TTabPanel.php b/framework/Web/UI/WebControls/TTabPanel.php index 961d0797..5deced79 100644 --- a/framework/Web/UI/WebControls/TTabPanel.php +++ b/framework/Web/UI/WebControls/TTabPanel.php @@ -413,6 +413,7 @@ class TTabPanel extends TWebControl implements IPostBackDataHandler  		$cs->registerEndScript("prado:$id", $code);
  		$cs->registerHiddenField($id.'_1',$this->getActiveViewIndex());
  		$page->registerRequiresPostData($this);
 +		$page->registerRequiresPostData($id."_1");
  	}
  	/**
  | 
