posted 9 years ago
I have a form which inputs 1 value. The value is defined as java.util.Date in my domain model class and I want to use this class as a form backing object.
Is there a way in spring that I can populate a user input value to a non-string datatype using spring form tag library.
Please advise