JSF and the back button
843842Oct 29 2002 — edited May 22 2004Are there any plans on figuring out how to solve the problem with keeping the browser "back" button (actually the page history mechanism) with the server session state? There are a number of issues with this:
1) Typically, there are some actions which should work on pages in history, such as navigating from one part of the application to another. However, there are other actions, such as a modifying actions, which are invalid if done more than once.
2) As a related problem, are there any mechanisms to prevent multiple form submissions, so that a user cannot click multiple times on a button, if the form takes too long to process.
Thanks,
John