[TYPO3-mvc] cObject-ViewHelper and cachable controller action Bug?
Thomas Heilmann
heilmann at mindscreen.de
Fri Jan 14 12:20:04 CET 2011
Hi all,
I have not yet digged further into it, but there seems to be a bug
related to the cObject-ViewHelper. When used in a cachable controller
action, the cObject of the plugin gets modified.
Steps to reproduce:
- fresh TYPO3 4.5 beta4 install (I used the introduction package)
- efempty extension for testing
- modify ext_localconf.php to make the Start->index action cachable
- insert a cObject-ViewHelper in the index-template
The wrapping div of the plugin now gets the id of the page, not of the
content element. Thus, if you insert the plugin two times on the same
page, you get two times the same id. If you remove the
cObject-ViewHelper from the template, everything is fine.
Can someone confirm this behaviour?
Thanks!
Thomas
More information about the TYPO3-project-typo3v4mvc
mailing list