optional Binding « Binding « Spring Q&A





1. Newbie: How can you bind an optional numeric value    forum.springsource.org

I've got a form which consists of id: Long name: String Now in some circumstances id will be null, however when Spring binds 'id' it throws an error. Is there an ...

2. Binding and Optional fields    forum.springsource.org

Binding and Optional fields I have a form (using SimpleFormController) with three required fields (Strings) and two optional fields (quantity and sort order--Integers). What I'd like to have happen is if ...

3. optional multipartfile bind error    forum.springsource.org

Jul 27th, 2009, 09:05 AM #1 reem View Profile View Forum Posts Private Message Junior Member Join Date Jul 2009 Posts 4 optional multipartfile bind error Hi I'm using Spring 2.5.6. ...