Spring MVC Form Tags - Part 2
Learn about diverse form tags in a Spring MVC application.
We'll cover the following
In this lesson, we will add more items to the add-player-form
in order to demonstrate more Spring MVC form tags.
<form:select>
tag
We will add a drop-down list to our form, to let the user select the player’s country. For this, first we will update the Athlete
class to add a country
field along with getter and setter methods for the field.
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.