CatharsisJelly wrote: > > I have a similar issue at the moment, did you find the solution for this? >
Actually, forget that I found my problem I was putting something into a different namespace. e.g. $this->_flashMessenger->setNamespace( 'error' ); $this->_flashMessenger->addMessage( 'Details not found, please check the username and password.' ); $this->_flashMessenger->resetNamespace(); Then trying to iterate through all the messages in the view by using foreach $this->messeges->getMessages() as $msg Of course this only pulled messages out from the default namespace. Change namespace in the view and hey presto. -- View this message in context: http://www.nabble.com/FlashMessenger-tp19805597p20262611.html Sent from the Zend Framework mailing list archive at Nabble.com.
