Redirecting in Magento

Redirect to the list Action in the same Controller

$this->getResponse()->setRedirect(Mage::getUrl('*/*/list'));

Leave a Reply