How do you echo out current URL in Cake\'s view?
Yes, is easy FULL URL in Controler Work in CakePHP 1.3 >
$this->params['controller'],'action'=>$this->params['action']), true );
Saludos