<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> Spring MVC Form Handling

Submitted Person Information

Id : ${person.id}
Name : ${person.name}
Date of birth : ${person.dateOfBirth}
Password : ${person.password}
Sex : ${person.sex}
Job : ${person.job}
Country : ${person.country}
Fruit : []
Book : ${person.book}
Receive Newsletter : ${person.receiveNewsletter}
Hobbies : []
Favourite Languages : []
Notes : ${person.notes}