[TYPO3-mvc] Backend-Modules "broken" in trunk

Steffen Ritter info at rs-websystems.de
Mon Sep 20 09:35:14 CEST 2010


Am 19.09.2010 21:10, schrieb Ernesto Baschny [cron IT]:
> Steffen Ritter schrieb am 19.09.2010 12:39:
>> Hey List,
>> I'm currently on porting the results of the Workspace Sprint to an
>> Extbase backend Module.
>> Instead of getting the fluid result rendered via pageRenderer wrapped
>> with skind and html/body and all such stuff, in trunk the "plain" fluid
>> result is returned.
>>
>> I cannot see, why this happens.
>
> I think you need to show us some code. :)
>
> Cheers,
> Ernesto
well:
imagine your fluid template returns 'A'

result of module html code (iframe) in 4.4:

<html><head>....</head><body>A</body></html>


result of module html code (iframe) in trunk:

A



In 4.4 you could use the pagerenderer to load JS and Styles, in trunk no 
pagerenderer seems to be used --> no change to use it ;)


More information about the TYPO3-project-typo3v4mvc mailing list