In Symfony 2 I have the following code in my Controller:
// prepare to render the seller info panel $response = array( \'data\' => $data, ); // rende
It's impossible to redirect a POST request because the browser would have to re-send the POST data (which it doesn't). What you should do instead in this case is use forwarding.