[TYPO3-mvc] link.action doesnt work

Dawid Pacholczyk dpacholczyk at gmail.com
Sun Jan 30 14:14:39 CET 2011


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