In this example, we learn how to create a Spring MVC form with a Textbox. Spring provides the "form" tag library which as simple as HTML form tags. Here we will create a simple Spring MVC form with two text boxes and we will add validation support to check if it is not empty and size is between 1 and 5. … [Read more...]