From 4e666b6a4df28721df5dd21d5aa698e14b3da7cc Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 23 Feb 2016 17:17:39 +0100 Subject: Fix callback loading for dynamically created JuiControls --- framework/Web/UI/TPage.php | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/Web/UI') 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)); -- cgit v1.2.3