On Mon, Jun 24, 2013 at 4:27 PM, tonystamp <[email protected]> wrote: > Agree. So does the redirect controller plugin not constitute another request?
Only if you return and send the response immediately. If you're still returning a view model/array from your controller, you'll run into issues. It's only on the next request, to the page you're redirected to, that the messages you put in the FlashMessenger will be accessible. -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/ PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
