diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2016-02-23 17:17:39 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2016-02-23 17:17:39 +0100 |
commit | 4e666b6a4df28721df5dd21d5aa698e14b3da7cc (patch) | |
tree | 69a61280c9bb0e1bff73d9d35c87077e9251c824 /framework/Web/UI/TPage.php | |
parent | ebd3b5756dee64a147250437293a5852a2c7a3ee (diff) |
Fix callback loading for dynamically created JuiControls
Diffstat (limited to 'framework/Web/UI/TPage.php')
-rw-r--r-- | framework/Web/UI/TPage.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Web/UI/TPage.php b/framework/Web/UI/TPage.php index e8320bff..50640078 100644 --- a/framework/Web/UI/TPage.php +++ b/framework/Web/UI/TPage.php @@ -299,6 +299,7 @@ class TPage extends TTemplateControl protected function processCallbackRequest($writer) { Prado::using('System.Web.UI.ActiveControls.TActivePageAdapter'); + Prado::using('System.Web.UI.JuiControls.TJuiControlAdapter'); $this->setAdapter(new TActivePageAdapter($this)); |