I am using a <p:commandButton> for navigation and set ajax="false", however the addressbar won't update to match the target page as defined in action-attribute. It still shows the address of the initial page with the <p:commandButton>.
I could swear it was not always like that. Is this behaviour normal?
How could I fix this still using <p:commandButton> for navigation?
my code:
<p:commandButton value="speichern" action="secondPage" ajax="false"/>
 
     
    