I am using a SimpleFormController with Spring:bind tag on my jsp and a validator object.
I have a simple Long property which maps to a simple input field, it validates numbers ok but if no value is entered at all it throws a conversion error.
Please how do I handle this simple case, surely I dont have to write a property editor for this.
