HTTP Status 405 – Request method ‘POST’ not supported (Spring MVC)
I found the problem that was causing the HTTP error. In the setFalse() function that is triggered by the Save button my code was trying to submit the form that contained the button. when I remove the document.submitForm.submit(); it works: @Roger Lindsjö Thank you for spotting my error where I wasn’t passing on the right parameter!