Property "cactiveform.enableclientvalidation" Is Not Defined.

Hi,

I am getting the following error while using CActiveForm widget.

Property "CActiveForm.enableClientValidation" is not defined.

This error is only triggered when I am using framework version 1.1.12. With earlier versions it works fine

Please post your suggestions

This property is set to "false" by default in the Yii core - https://github.com/yiisoft/yii/blob/1.1.12/framework/web/widgets/CActiveForm.php#L279

You need to check your code to see why and where it gets "unset"