[TYPO3-mvc] Manually dispatching a request and calling an action controller inside an extbase called action controller

Thomas "Thasmo" Deinhamer thasmo at gmail.com
Mon Feb 1 23:25:18 CET 2010


Thanks for your advise, for now I've gone with the
empty parseFuncTSPath, as it's a lot easier to implement.

But if you may know how to implement your second idea,
I'd be glad to get informed how this may be done, as I had
a look at it, but kinda got stuck on this.

Thank you,
Thomas


Am 30.01.2010 11:59, schrieb Franz Koch:
> Hi,
>
>> Is there a workaround or a solution to this? Or should I may consider
>> calling the checkout steps in another, better way?
>
> by default fluid is passing every directly outputted variable through
> htmlspecialchars. To avoid this, you can use the
> <f:format.html>{htmlContent}</f:format.html> viewHelper. The downside of
> this viewHelper is, that it's by default using lib.parseFunc_RTE for
> rendering and thus most likely will mess up your html code. To
> circumvent this you can do the following:
>
> <f:format.html parseFuncTSPath="">{yourHtmlContent}</f:format.html>
>
>
> The other possibility you have is to simply not assign your content to
> the view but let your main cartController simply return the output from
> the according step. In this case the step has to return the final layout
> already.
>


More information about the TYPO3-project-typo3v4mvc mailing list