Actions
Bug #80864
closedrenderMode="div" in Template does not work
Start date:
2017-04-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In one of my templates in a frontend extension I am using renderMode="div"
<f:layout name="Default" />
<f:section name="main">
<f:flashMessages renderMode="div" />
bla
</f:section>
The result is, I can see the page but without any content from my extension. "bla" is not shown. It works only with
<f:flashMessages />
without renderMode
Updated by Wouter Wolters almost 8 years ago
- Status changed from New to Rejected
renderMode has been deprecated in TYPO3 CMS 7.3 and will be removed in TYPO3 CMS 8
Updated by Jens no-lastname-given almost 8 years ago
Please have a look at https://docs.typo3.org/typo3cms/ExtbaseGuide/Fluid/ViewHelper/FlashMessages.html
Actions