Hi all,
I currently use smartGwt (version 2.5) inside an other framework.
When i set the locale to french :
<set-property-fallback name="locale" value="fr"/>
Date fields are well formated (DD/MM/YYYY) and the calendar is translated in french but when i change the date, when i save the new value a popup appear with the error message :"Doit être une date" (Must be a date in english). The validator expect a date with MM/DD/YYYY format.
Please let me know how to solve this problem
I currently use smartGwt (version 2.5) inside an other framework.
When i set the locale to french :
<set-property-fallback name="locale" value="fr"/>
Date fields are well formated (DD/MM/YYYY) and the calendar is translated in french but when i change the date, when i save the new value a popup appear with the error message :"Doit être une date" (Must be a date in english). The validator expect a date with MM/DD/YYYY format.
Please let me know how to solve this problem