The wicket: message is not showing the Spanish character correctly. Instead of (ú, í) It shows (ó, Ã) or some other characters such as "?" on UI.
I have tried in HTML file: -
<meta name="viewport" http-equiv="Content-Type" content="width=device-width, initial-scale=1; text/html; charset=UTF-8 " />
My Resource bundle are: Class.properties, Class_es.properties, Class_de.properties.
In web.xml I have used:- <?xml version="1.0" encoding="UTF-8"?>
Properties file is also encoded in UTF-8 and using escape character "\uXXXX".
What else I should try. Please help