[TYPO3-mvc] use TypoScript to include action of extbase
May Dara
dara at gmail.com
Thu Jan 27 08:03:42 CET 2011
Dear typo3V4mvc,
I had used TypoScript to inlude action of Extbase like this:
lib.leftMenu = USER
lib.leftMenu {
userFunc = tx_extbase_dispatcher->dispatch
extensionName = ...
pluginName = Pi1
controller = ....
action = .....
persistence.storagePid = 1
view {
templateRootPath = EXT:.../Resources/Private/Templates/
partialRootPath = EXT:.../Resources/Private/Partials/
layoutRootPath = EXT:.../Resources/Private/Layouts/
}
}
TYPO3 4.4.2
it works with Extbase 1.2.0 & Fluid 1.2.0, but it doesn't work with
Extbase 1.3.0 & Fluid 1.3.0.
Please give me hints or answers.
Thank you,
Best Regard,
Dara May
More information about the TYPO3-project-typo3v4mvc
mailing list