Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Validation fails in RelativeDateItem after setting Date via DatePicker (Locale de_DE)

    Hello

    I use SmartGwt LGPL 3.1p 2012/11/22.
    The GWT code is compiled with locale de_DE:

    excerpt from *.gwt.xml:
    Code:
    <extend-property name="locale" values="de_DE"/>
    <set-property name="locale" value="de_DE" />
    If I set the Date of the RelativeDateItem via DatePicker the TextItem of the RelativeDateItem contains the date in the correct locale format: 29.11.2012 00:00

    If I validate the form, the following error occurs: "Muss ein Datum sein"

    After setting the Date to 11/15/2012 00:00 manually validation succeeds.

    #2
    Unfortunate that you ran into this, it was fixed two days ago. Please try a new build.

    Comment

    Working...
    X