Continuing on from last video, this time we try to fix the following error.
After opening the page from another computer and creating a new entry, after the set time I set for auto-refresh, a pop up comes up with message "To refresh this page, your browser needs to repeat any actions you've already taken...".
So I figured I will disable auto-refresh for certain pages, namely create and edit page from each entity class.
So now page will no longer be refreshed automatically after visiting create page (for creating new record).
I've implemented three things so far: I've set session timeout to never; I've implemented auto refresh of pages; and I've implemented back-side polling of pages to update tables shown on page.
Hope it works. Fingers crossed..... Tried it doesn't work.... Need another solution.
Maybe clearing cache will work?
Fix here
• Fixed resubmission error for jsf web appli...