After I do a database update action, for example, I can:

        $this->view->info_msg = 'Profile updated.';
        $this->_forward('index');

and in layout.phtml I can:

        <?php echo $this->info_msg;  ?>

and it shows up, but I wan to use _redirect() instead so they can't refresh
and double-post; but, if I do that my view is destroyed and replaced with a
new one.  Do I have to resort to pushing/popping info messages into the
Registry?
-- 
View this message in context: 
http://www.nabble.com/Inter-page-messaging---How-do-I-display-information-in-my-layout--tp19408777p19408777.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to