f:param works great with h:link, but not with p:commandLink or h:commandLink.
f:param
h:link
p:commandLink
h:commandLink
For example, I have two pages tes
tes
You could do it by concatenating the parameters with & directly at the action attribute:
&
Update 1
You might also consider to add &includeViewParams=true. This way view parameters of your target navigation will be included automatically.
&includeViewParams=true