diff options
author | Christophe.Boulain <> | 2010-01-11 12:48:47 +0000 |
---|---|---|
committer | Christophe.Boulain <> | 2010-01-11 12:48:47 +0000 |
commit | d93af5633b1459cb670904b16c914e7313bbc576 (patch) | |
tree | 06d912ee6db123b968d3e2347886e2417e676326 /framework | |
parent | 3b9672007e822483653deaf8f1c117d6ecc58309 (diff) |
Fixed Issue#216
Diffstat (limited to 'framework')
-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");
}
/**
|