Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.0.5
-
None
Description
k so i run a code with two different properties.
error.date.mismatch=You have enter
{0}, which is an invalid date. Use format MM/DD/YYYY.and
error.date.mismatch={0}
is an invalid date. Use format MM/DD/YYYY
on
I am using "ReloadableResourceBundleMessageSource".
The first one works properly. The second one says You have entered
{0}...