I'm using Twitter Bootstrap in Symfony 1 application. I've a tabbed navigation but I want to get redirected to the same tab I was after perform a add action. See this image as you may see I in Emisores tab, I want after perform a Add action (is "Crear Nuevo") I got redirected to the same tab. For redirection I use this:
$this->redirect('admin/index');
Is that possible? How?