[TYPO3-english] FLUIDTEMPLATE configuration

Thomas "Thasmo" Deinhamer thasmo at gmail.com
Mon Jul 23 01:47:17 CEST 2012


Hello folks,

I'm trying to set some custom
extbase configuration on this:
--------------------------------------------------
template = FLUIDTEMPLATE
template {
   file = template.html

   partialRootPath = /component/
   layoutRootPath = /layout/

   extbase {
     controllerName = Render
     controllerActionName = index
     controllerExtensionName = MyExtension
   }
}
--------------------------------------------------

Unfortunately nothing happens at all; I mean,
it seems my controller is not being called.

Shouldn't this configuration use the
configured Controller/Action to render
the contents of template.html?

Do I miss something important?

I've also added the plugin configuration:
--------------------------------------------------
Tx_Extbase_Utility_Extension::configurePlugin(
   $_EXTKEY,
   'Render',
   array('Render' => 'index'),
   array('Render' => '')
);
--------------------------------------------------

Any ideas?

Thanks a lot!

Thomas


More information about the TYPO3-english mailing list