Spring MVC Form Tags - Part 2

Learn about diverse form tags in a Spring MVC application.

Picking up from where we left, we will add more items to the add-player-form.

Drop-down list form 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 70+ hands-on prep courses.