<?php echo CHtml::beginForm(array( 'action' => 'hotelSearch/hotelSearch', 'method' => 'get')); ?>
But in the generated HTML, the action defined in the form tag is the action of the form itself (like $_SERVER['PHP_SELF']) and also, the method is "post".
I can't really see what i am doing wrong here

Help













