In JSF, I am doing a GET request like follows:
<p:button value="Select Document" icon="fa fa-save" outcome="index">
<f:param name="documento"
value="#{dIGRCController.digrc.selectedDigrc.documento}" />
</p:button>
I don't want to display that value in the URL so I am trying to make a POST request instead. How can I accomplish that?
In my project I am using PrimeFaces 5.3, JSF 2.2 and OmniFaces 1.11.