[TYPO3-mvc] Render Section outside of layouts

Stefan Frömken firma at sfroemken.de
Thu Apr 5 15:20:31 CEST 2012


Hello MVC-Team,

I want to use a section outside of a Layout-Template. There is a hint in 
the renderViewHelper PHPDoc:

[QUOTE]
Name of section to render. If used in a layout, renders a section of the 
main content file. If used inside a standard template, renders a section 
of the same file.
[/QUOTE]

There is no problem with the first part of this quote. I have a problem 
realizing the second part: "If used inside a standard template, renders 
a section of the same file".

How I have to call such a file based section?

<f:render section="status.html" /> ?!?!

Where I have to place this file?

Stefan


More information about the TYPO3-project-typo3v4mvc mailing list