[TYPO3-mvc] link.action doesnt work
Fernando Arconada
falcifer2001 at yahoo.es
Sun Jan 30 14:08:40 CET 2011
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
More information about the TYPO3-project-typo3v4mvc
mailing list