1 2 3 4 5 6
<?php if(count($this->requestForm->getGrouplist())>0) { $this->requestForm->setAction($this->url()); echo $this->requestForm; } ?>