I am using AJAX action after getting the response, I want to reload the current page, for which I am using:
window.location.reload();
It w
you can also try
window.location.href = window.location;