Hi all,

In a .properties file of a page I have:

test=%

I just want to show the percent symbol, but then I get this error:

org.apache.tapestry5.ioc.internal.util.TapestryException
Conversion = '%'

I have tried different things like with as results:

Change properties file to UTF8, unicode escape (\u00AE) --> same error
HTML code (%) --> '%'
Double the percent sign --> '%%'

So how can I just get 1 percent character from my message file in Tapestry?

 

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Percent-sign-in-message-properties-file-tp5521448p5521448.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to