Can you just use a CalendarDate in your data structure instead of java.util.Date?
On Nov 13, 2010, at 6:58 PM, ocean ocean wrote: > I'm trying to Component.store() a domain java bean that exposes several > java.util.Date to a Form and getting coercion failures between java.util.Date > and the pivot CalendarDate class. This seems to be a pretty reasonable > coercion to make but the static BeanAdapter.coerce method doesn't take it > into account and there doesn't seem to be a way to register my own coercion > logic on either the individual Form or globally. Any ideas? I figure somebody > else must've encountered this problem...
