Project

General

Profile

Actions

Bug #80864

closed

renderMode="div" in Template does not work

Added by Jens no-lastname-given about 7 years ago. Updated about 7 years ago.

Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
-
Target version:
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

Actions #1

Updated by Wouter Wolters about 7 years ago

  • Status changed from New to Rejected
Actions

Also available in: Atom PDF