I wonder if there is a nice way to enter java.util.Date field from 3 HTML fields: [dd] - [mm] - [yyyy]. I looked through ServletRequestDataBinder but it looks like there is no way to compose a single property from several input fields. I can only see solution that creates DateBean custom bean extending java.util.Date with date, month, year properties. Anyone has any sugessions ?
Thanks.


Reply With Quote