in certain scenario, we might want to disable the browser back behavior.
eg,
in an ajax application, the application screens changed, but the browser url remains unchanged.
if the user click on the browser back button now
the application is navigate away from what the user doing,
where the user simply wants to navigate to the previous screen.
thus, disable the browser back behavior is very important here.
Wednesday, July 5, 2017
Subscribe to:
Comments (Atom)
Popular Posts
- Simple number validation in JSF
- How to install PrimeFaces Extensions in a PrimeFaces project
- How to disable Choose button in PrimeFaces fileupload component
- How to add Sequence Generator to a table in Oracle SQL Developer Data Modeler
- How to show wider year range in PrimeFaces Calendar
- Group Chatting with SparkWeb and OpenFire
- How to backup Oracle SQL Developer Data Modeler project
- How to export data model to DDL with Oracle SQL Developer Data Modeler
- How to generate javadoc with Eclipse
- How to transform Play project as Eclipse project