[TYPO3-english] why are flash messages not displaying on some pages
Calgacus map Brude
calgach at gmail.com
Thu Nov 14 18:48:11 CET 2013
Hi,
I added some flash messages to some pages but they do not show up after a redirect. Existing pages already have this feature and it works fine there but on the pages I added the exact same code and tag it does not work. besides adding code like so:
$this->flashMessageContainer->add('Valid.');
$this->redirect('validate_success');
and a tag like so to the validate_success template
<f:flashMessages /><br/>
what more is there to making flash messages work?
More information about the TYPO3-english
mailing list