Results 1 to 3 of 3

Thread: @DateTimeFormat is not reflected correctly when using GWT

  1. #1
    Join Date
    Aug 2010
    Location
    Ottawa, Canada
    Posts
    53

    Angry @DateTimeFormat is not reflected correctly when using GWT

    The only style supported is the following:

    Code:
    @DateTimeFormat(style="S-")
    If I use the style="SS" or style="MM" or anything at all, roo will always set the format to PredefinedFormat.DATE_SHORT in <entity>DetailsView_Roo_Gwt.java managed file. This is seems to be related to the getFormatter() method in GwtProxyProperty in the org.springframework.roo.addon.gwt.

    The same problem occurs if I use style=Style.CURRENCY. There are probably many other style values that should be appropriately reflected in roo.

    I would like to submit a JIRA on this. Any thoughts?

  2. #2
    Join Date
    Dec 2005
    Posts
    929

    Default

    Raise a Jira request so we can evaluate and track it.
    Thanks
    Alan Stewart
    Spring Roo Committer
    twitter @alankstewart

  3. #3
    Join Date
    Aug 2010
    Location
    Ottawa, Canada
    Posts
    53

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
  •