array(
'name'=>'userId',
'value'=>'Controller::createWidget("zii.widgets.jui.CJuiAutoComplete",array(
"model"=>$data,
"attribute"=>"userId",
"sourceUrl"=>"",
))->run()',
),But when running is have error:
Error 500: <h1>PHP Error [2048]</h1> <p>Non-static method CBaseController::createWidget() should not be called statically, assuming $this from incompatible context (C:\wamp\www\prolab\framework\base\CComponent.php(607) : eval()'d code:1)</p>
Please help me!

Help













