How is used @RequestAttribute and @ModelAttribute annotation in this Spring MVC showcase example?
问题 I am pretty new in Spring MVC. In this period I am studying the Spring MVC showcase example downlodable from STS dashboard. I am having some problems understanding how Custom Resolvable Web Arguments are handled in this example. In practice I have the following situation: In my home.jsp view I have the following link: <a id="customArg" class="textLink" href="<c:url value="/data/custom" />">Custom</a> This link generate an HTTP Request towards the URL: "/data/custom" The controller class that