I have tried this link to solve my issue but it's not showing the parameter value in url just like http://www.example.com/jsfApp.jsf?param1=value1¶m2=value'
my issue is when i post the value just like
<h:outputLink value="jsfApp.jsf">
<f:param name="param1" value="value1" />
<f:param name="param2" value="value2" />
</h:outputLink>
then it will be show in url just like this
http://www.example.com/jsfApp.jsf?param1=value1¶m2=value2