Top "Spring-form" questions

A set of tags provided by Spring that help rendering and processing forms on JSP pages.

Spring Form Validation Error: java.lang.IllegalArgumentException: 'items' must not be null

I am trying to Validate Spring form which includes: Normal input fields Radio buttons whose options are set in controller (…

java validation spring-mvc spring-form
Spring form:input for number

I am using Spring's form:input as below : <form:input type="number" .....> in my jsp but when I …

html jsp jsp-tags spring-form
Spring Framework <form:errors/> tag not showing errors

I know there are many similar questions here, but none of them solved my problem. I'm using Spring 4.0.3 and Hibernate …

validation spring-mvc hibernate-validator spring-form
Spring Validation: Requiring an exact length on an optional field

In Spring MVC, I'm attempting to use annotations to perform validation of form input. I have some fields that are …

java spring validation spring-mvc spring-form
Keep value in model attribute for spring mvc

When I'm using a Spring MVC controller and I submit a form by setting value to the modelAttribute I lose …

forms spring controller spring-form
How correctly use the Spring MVC <form:select> tag to show the value of a specific object field into a collection?

I am pretty new in Spring MVC and I have some difficulties to understand how exactly works the tag. So …

java spring jsp spring-mvc spring-form
Spring MVC 3 Form Validator not displaying Error message in .jsp

I entered in Spring Web MVC Framework not long ago thus I am a complete beginner. Right now I am …

java jsp spring-mvc syntax-error spring-form
Checked radion button based on model variable + Spring forms + JSP

I have model called cuntry.java with variable lang .I want to check the radio button option in JSP based …

spring jsp spring-mvc jstl spring-form
Neither BindingResult nor plain target object for bean name 'login' available as request attribute

I am getting the following exception while implementing a spring mvc program with form handling. Could you help me with …

spring exception spring-mvc spring-form