public class DateConverter
extends Object
implements org.apache.commons.beanutils.Converter
Converter for java.util.Date
Because struts populate action form use commonbeanutils, and common beans doesn't have a
converter for java.util.Date. You need to create specific converter.