-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.1.0.M1
-
Fix Version/s: 1.1.4.RELEASE
-
Component/s: WEB MVC
-
Labels:None
With the recent changes to rev 1.1.0M1 for Roo-8, date fields are no longer formatted in the list views. I.e., if I choose a "SHORT" date format on my bean property, that format doesn't get propagated to the view. (The date format string is no longer added to the modelMap, and the view artifacts cannot use it anyway.)
Is it the intention that we will need to add a custom property editor for any date field to the initBinder? Or is this issue just not yet resolved for the list views in the new scaffolding scheme?