I have this simple form example :
<h:form id="testForm">
<p:commandButton ajax="false" value="New" />
</h:form>
If I click in the button and then refresh the page. The browser notifies that the form will be sent again. How can I avoid this ?
Thanks.