What is the correct way to use Mappings in Spring Annotations? While submitting forms sometimes it happened that form is sumitted to /controller_name/store and sometimes to /store. How do I manage such errors. Where am I going wrong?
What is the correct way to use Mappings in Spring Annotations? While submitting forms
Share
My guess is that this caused by having a mixture of absolute and relative links / paths in your JSPs, and / or not considering the relative locations of the “current” page and the page you want to go to.