Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
6.11.0
Description
French translation for wicket-bean-validation was added in WICKET-5333.
It was a properties file that was working.
Unfortunatly in the source code it was changed in a XML file that is not weel-formed!
java.util.InvalidPropertiesFormatException: org.xml.sax.SAXParseException; lineNumber: 24; columnNumber: 110; The content of elements must consist of well-formed character data or markup.
at java.util.XMLUtils.load(XMLUtils.java:76) ~[na:1.7.0_21]
at java.util.Properties.loadFromXML(Properties.java:868) ~[na:1.7.0_21]