Am 27.06.2017 um 08:12 schrieb Lukasz Lenart: > 2017-06-26 21:27 GMT+02:00 [email protected] <[email protected]>: >> Now EL brings replaces >> >> <s:property value="jsmsg.opacity" /> >> >> in locale en with 0.9 and in all other locales with 0,9 (note the COMMA). > Oh... thanks a lot for diggin this, can you use <s:number/> instead of > <s:property/>? > > > Regards I did switch to in JSMessage object to
private String opacity = "0.9"; This works with <s:property/> Markus --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
