Questions tagged [browser-refresh]
86 questions
2
votes
1 answer
How to force execution of transition on browser refresh with spring webflow
Here is the situation: In a page I send data to the backend using ajax. This all works fine, it stores the information in the database as it should and all. Now when I press the refresh button on the browser, it still contains the old data (I don't…

Alex
- 624
- 1
- 9
- 12
2
votes
3 answers
Java code to refresh browser
Whenever a user logs in(into an app which I've been working on), he will be redirected to his home page, which needs to be refreshed one time. I have to write the code in .java file to basically refresh the browser.
How can this be achieved with…

Anuj Balan
- 7,629
- 23
- 58
- 92
2
votes
0 answers
Does JavaScript reload() stop the remainder of the page from being processed?
In my tests, JavaScript's reload() function seems to prevent code that comes after it from executing... but can anybody confirm that this is true 100% of the time?
Assume the user has JavaScript enabled with no fancy tricks.
That is: