i am new to spring mvc. i created a simple login application. but in my case the first time the for posting url and calling controller method correctly. in second time it\'s
I tried with the spring tag bysetting only the relative path, it appends automatically the context path like:
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
The context path is set in application.properties as bellow:
server.servlet.contextPath=/MyApp
In the jsp page, it produces:
Click here