[TYPO3-mvc] f:link.action, pageUid and argumentsToBeExcludedFromQueryString

Marc Bastian Heinrichs typo3 at mbh-web.de
Wed May 4 11:22:45 CEST 2011


Hi,

> I am currently using the f:link.action viewHelper together with the
> parameter addQueryString="TRUE" and I am setting the parameter pageUid.
> 
> If I check on my generated URL now I have the parameter id=xy twice in my
> URL because addQueryString="TRUE" keeps the old id and pageUid adds the new
> id.
> 
> I can remove the wrong id-parameter by adding
> argumentsToBeExcludedFromQueryString but I am not sure if this makes sense.

yes, it does. With TS only you have to do this by yourself, too.
addQueryString is the parameter for typolink.addQueryString and
argumentsToBeExcludedFromQueryString the one for
typolink.addQueryString.exclude

Best
Marc Bastian


More information about the TYPO3-project-typo3v4mvc mailing list