...<%@ taglib prefix="sf" uri="http://www.springframework.org/tags/form" %><%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>...<div class="person">    <spring:url value="/persons/{id}" var="editUrl">        <spring:param name="id" value="${person.id}"/>    </spring:url>    <sf:form modelAttribute="person" action="${editUrl}" method="POST">        <table>            <tr>                <th>                    <label for="firstName">                        <span class="man">*</span>                        <spring:message code="label.Person.firstname"/> :                    </label>                </th>                <td><sf:input path="firstName"/>                <sf:errors cssClass="error" path="firstName"/></td>             ...

Get Pivotal Certified Spring Web Application Developer Exam: A Study Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.