[TYPO3-mvc] Sharing template among actions OR switching one action from USER to USER_INT
Franz Koch
typo3.RemoveForMessage at elements-net.de
Mon Feb 8 19:55:10 CET 2010
Hi,
> hmmm $this->view->render('whatever') ?.
right - but it doesn't seem to work:
function whateverAction() {
$this->view->assign'('foo',$bar);
return $this->view->render('somethingelse');
}
is still returning 'whatever' template and not 'somethingelse' template
:( Both actions are allowed for this plugin instance.
--
kind regards,
Franz Koch
More information about the TYPO3-project-typo3v4mvc
mailing list