Am 27.06.2017 um 08:12 schrieb Lukasz Lenart:
> 2017-06-26 21:27 GMT+02:00 i...@flyingfischer.ch <i...@flyingfischer.ch>:
>> 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: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to