I would like to refresh the current page when a button is clicked.
Using JavaScript, I have the following:
This question actually is not JSP related, it is HTTP related. you can just do:
window.location = window.location;