[TYPO3-mvc] link.action doesnt work
Fernando Arconada
falcifer2001 at yahoo.es
Sun Jan 30 14:21:35 CET 2011
No, I ve tried it but it doesnt work
El Sun, 30 Jan 2011 14:14:39 +0100, Dawid Pacholczyk escribió:
> On 30.01.2011 14:08, Fernando Arconada wrote:
>> Hello
>>
>> I have coded an extension
>> https://github.com/farconada/f2microagenda_psv/ tree/develop (I should
>> be renamed as f2microagendapsv ). I have configured the plugin with:
>> Tx_Extbase_Utility_Extension::configurePlugin(
>> $_EXTKEY,
>> 'Pi1',
>> array(
>> 'Event' => 'archive,list,listHome',
>> ),
>> array(
>> 'Event' => 'archive,list,listHome',
>> )
>> );
>>
>> but i cant link in fluid templates with<f:link.action
>> action="archive">Ver todos los eventos</f:link.action>
>>
>> Controller configuration looks:
>> [controllerConfiguration] => Array
>>
(
>>
>> [Event] => Array
>>
>> (
>>
>> [actions] => Array
>>
>> (
>>
>> [0] => list
>> )
>>
>>
>> [nonCacheableActions] => Array
>>
>> (
>>
>> [1] => list
>> )
>>
>> )
>>
>> )
>>
>> any idea? I'm totally lost, please help
>>
>>
>> Kind Regards
>>
>> Fernando
>
> Maybe add "controller" atribute to the link ?
>
> Best regards,
> Dawid Pacholczyk
More information about the TYPO3-project-typo3v4mvc
mailing list