[TYPO3-mvc] HI

Stefan Kruse besucher80 at gmx.de
Mon Oct 1 14:32:28 CEST 2012


Hi,

 

i have a question to include a extbase extension via typoscript into my
template?

My typoscript look like:

Lib.US = USER

Lib.US {

    userFunc = tx_extbase_core_bootstrap->run

    pluginName = PiX

    extensionName = ExtKeyInCamelCase

    controller = Controllername

    action = actionname

    switchableControllerActions {

        Controllername {

            1 = actionname

        }

    }

 

    settings =< plugin.tx_ffndbn.settings

    persistence =< plugin.tx_ffndbn.persistence

    view =< plugin.tx_ffndbn.view

}

 

 

When I use this lib with the cObject ViewHelper in my Template, the template
would shown, but there are no datas. In my case there should be a list of
countries. But theres only the template and no country datas.

 

Hope for helping

Thanks

 



More information about the TYPO3-project-typo3v4mvc mailing list