Double single quotes did the trick. Thanks!
On Apr 2, 2019, 10:59 AM -0400, Lukasz Lenart <lukaszlen...@apache.org>, wrote:
> wt., 2 kwi 2019 o 16:54 Dave Newton <davelnew...@gmail.com> napisał(a):
> >
> > Single-quotes must be escaped using double single-quotes; single quotes are
> > used to allow non-resource strings. IIRC this is just how `MessageFormat`
> > works.
>
> Yeah... getText() is using MessageFormat so you must properly escape
> your messages
>
> https://docs.oracle.com/javase/7/docs/api/java/text/MessageFormat.html
>
>
> Regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>

Reply via email to