I just want to know how to use a Boolean in a Spring mvc form.
I try with this code:
My jsp:
The property on the pojo:
private Boolean dateInterval = false;
But my dateInterval property is always null!
there are getter and setter for the property dateInterval.
以上就是spring MVC : form : radiobutton for Boolean property的详细内容,更多请关注web前端其它相关文章!