spring-webflow icon indicating copy to clipboard operation
spring-webflow copied to clipboard

runtime properties don't get filter in if they are not the first word. [SWF-1002]

Open spring-operator opened this issue 16 years ago • 0 comments

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

spring-operator avatar Dec 17 '08 10:12 spring-operator