[TYPO3-mvc] Manually dispatching a request and calling an action controller inside an extbase called action controller
Thomas "Thasmo" Deinhamer
thasmo at gmail.com
Fri Jan 29 23:47:33 CET 2010
Good evening again! xD
Working on my shopping cart controller I was able to
manually call an action controller and return a rendered template.
When I try to assign the rendered data to the view,
it will be html encoded when printed by fluid:
// $this->currentStep is actually a instance of an action controller
$this->view->assign('section',
$this->currentStep->processRequest($this->request, $this->response));
The problem now is, that 'section' will get html encoded when rendered
by fluid, which is not what I want to. I want to assign plain HTML to
the 'section' variable and print it like a real section or partial.
Is there a workaround or a solution to this? Or should I may consider
calling the checkout steps in another, better way?
Thanks a lot!
Thomas
More information about the TYPO3-project-typo3v4mvc
mailing list