How can I set the selected value in the following statement:
echo $form->dropDownList( $model, \'land_id\', CHtml::listData(ListeLand::model()->
this works..
echo $form->dropDownList( $model, 'land_id', CHtml::listData(ListeLand::model()->findAll(), 'iso', 'landname'), array( 'class'=>'span4 chosen', 'maxlength'=>20, 'options' => array('AT'=>array('selected'=>true)), ) );