[TYPO3-mvc] Flexform and actions

Franz Koch typo3.RemoveForMessage at elements-net.de
Sat Oct 23 15:02:53 CEST 2010


Hi,

>> It looks like FlexForm action is more important the URL action.
>>
>   Yes, you're right here.  In your flexform, you have to define all "enabled"
> views for eac selection.  So, for each of yours, you should write:
>
> Post->index;Post->new
> and
> Post->new;Post->index

That's not entirely correct. He can still keep the view separate, but he 
has to select all allowed views in the flexform - so make it a 
multiselect box (<maxitems>5</maxitems>) and add all allowed views 
(first added is first triggered). Of course you can also create 
selectable options that enable multiple views at once, like Christine 
showed up, but that's not mandatory and depends on your needs.

-- 
kind regards,
Franz Koch


More information about the TYPO3-project-typo3v4mvc mailing list