Results 1 to 3 of 3

Thread: Calendar properties in list views not displayed as dateformats

  1. #1

    Default Calendar properties in list views not displayed as dateformats

    Calendar fields are not correctly shown in the roo generated mvc list.jspx files.

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

    How can I change this behaviour?

  2. #2
    Join Date
    Feb 2011
    Location
    Oviedo (Spain)
    Posts
    28

    Default

    I'm also interested on it

  3. #3
    Join Date
    Mar 2008
    Location
    Sydney, AU
    Posts
    974

    Default

    Can you please open a Jira ticket for this?
    Stefan Schmidt
    Software Engineer, Spring Roo
    SpringSource - a division of VMware
    twitter @schmidtstefan

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •