I think the problem is in the layout.phtml  I do this in my current apps all
built pre 1.8

<?php if($this->messages != ''){
                echo '<div class="flashmessages">';
                echo $this->messages;
                echo '</div>';
}?>

To display the messages.  Well nothing was working and just out of curiosity
I put the above snippet into my index.phtml which is the content that gets
displayed in 

<?php echo $this->layout()->content; ?>

and it works perfectly. So how do I get it so I dont have to add the above
snippet to all my content templates?????

So how do I get access to the $this->messages set by my App_Controller in
Layout???

Thx,
Eric 

-- 
View this message in context: 
http://www.nabble.com/Extending-Zend_Controller_Action-tp24547887p24802740.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to