[TYPO3-mvc] How to properly set view

Christine Gerpheide cgerpheide at gmail.com
Thu Oct 21 15:10:24 CEST 2010


2010/10/21 Dawid Pacholczyk <dpacholczyk at gmail.com>

> Ok i have in my flexform something like that
>
> <settings.view>
>                <TCEforms>
>                    <label>View</label>
>                    <config>
>                        <type>select</type>
>                        <items type="array">
>                            <numIndex index="0" type="array">
>                                <numIndex index="0">LIST</numIndex>
>                                <numIndex index="1">Artile->list</numIndex>
>                            </numIndex>
>                            <numIndex index="1" type="array">
>                                <numIndex index="0">SINGLE</numIndex>
>                                <numIndex
> index="1">Article->single</numIndex>
>                            </numIndex>
>                        </items>
>                        <maxitems>1</maxitems>
>                        <size>1</size>
>                    </config>
>                </TCEforms>
>            </settings.view>
>
> ANd it`s not working :( My ext always invoke default action
>


Try naming it <switchableControllerActions> instead of <settings.view>

Christine


-- 
Christine Gerpheide   ✈ larissa, greece   @ www.pheide.com


More information about the TYPO3-project-typo3v4mvc mailing list