Description
The current version of 1.1.5-SNAPSHOT had state saving code built into the view-handler. Facelets replaces the view-handler; so this was an attempt that didn't work.
Resolution:
- moving all the state saving code (especially: view-sequence-id) into the state-manager
- letting the HtmlResponseStateManager write code not only in the client-side state saving case, but also in the server-side state saving case
how to see that it still doesn't work: watch for issues with the back-button. If you click on the back-button, does a click on a link move you to the next page? If the first one doesn't, but the second one does, this problem has reoccurred and we need to reopen this bug.
Can anyone check that this really works with Facelets?
regards,
Martin