Calendar fields are not correctly shown in the roo generated mvc list.jspx files.
For example I have a calendar field:
and the code in the list files looks like this:Code:@NotNull @Future @Temporal(TemporalType.TIMESTAMP) @DateTimeFormat(style = "SS") private java.util.Calendar schedule;
on the output page this property just shows the Object.toString value (java.util.GregorianCalend)Code:<table:column id="schedule" property="schedule" z="xxx"/>
How can I change this behaviour?


Reply With Quote
