3. JSP Example - Spring by Example
The form:form custom JSP tag is configured to post to the URL '/person/form.html', which based on the ControllerClassNameHandlerMapping would map to the form method on the PersonController configured to receive a post request. The form is ......