Text Area Default value

I tried to added default value in activeTextArea like this but is not works:

How the correct way?

The value of text area is determined by $data->address. You can specify the default value wby declaring the 'address' public member in the model class.

Thanks Qiang…

I just added "public function loadprofile()" in Controller… It's works…