how would one implement a back-button as a commandbutton that works universally? with back button i don't mean the browser-button, but rather a button that sits somewhere on the page. it is not always possible to use the Post-redirect-get pattern.
its quite impractial to pass around the information on every single where the button should point to.
is there maybe a reserved keyword for a navigation rule that points to the last navigation rule applied?
You can use:
<p:commandButton onclick="window.history.back();"/>
That instruction do the same as onclick="history.go(-1)"
which alexmeia has said.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With