[TYPO3-mvc] [TYPO3-mvc, FLUID] How to create the correct link with f:uri.page?

Vasyl Mosijchuk vasyl at typo3.net.ua
Sun Aug 25 13:48:08 CEST 2013


I need to make a link:

&tx_news_pi1[overwriteDemand][categories]={newsItem.firstCategory.uid}
&tx_news_pi1[news]={newsItem.uid}
&tx_news_pi1[controller]=News&tx_news_pi1[action]=detail
&cHash=[...]

I have done so:

<a href=" {f:uri.page(pageUid:'{settings.detailPid}')}
&tx_news_pi1[overwriteDemand][categories]={newsItem.firstCategory.uid}
&tx_news_pi1[news]={newsItem.uid}&tx_news_pi1[controller]=News
&tx_news_pi1[action]=detail
&cHash
">

This works but is not added &cHash=[...]

How to add not one but several parameters (additionalParams)?

How to create the correct link with f:uri.page?
-- 
TYPO3 Integrator
====================
http://www.typo3.net.ua/


More information about the TYPO3-project-typo3v4mvc mailing list