spring-webflow
spring-webflow copied to clipboard
runtime properties don't get filter in if they are not the first word. [SWF-1002]
chun ping wang opened SWF-1002 and commented
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}...
Affects: 2.0.5