I am using the following for each request :
$this->view->setEncoding('UTF-8');
I notice that adding the following :
header("content-type: text/html; charset=utf-8");
solves the problem.
However I'm quite surprised that I have to add this as I already set
encoding with $view->setEncoding().
Also, it is strange that it happen only on that page and not on the others.
--
View this message in context:
http://zend-framework-community.634137.n4.nabble.com/Firefox-double-request-tp2992431p3003852.html
Sent from the Zend Framework mailing list archive at Nabble.com.