
Assining a boarder to an elment causes a compilation error. The element has been choosen by the dropdown box.
Compiling to file... g:\report.jasper -> G:\report.jasper.java Errors compiling g:\report.jasper. 84985 [Thread-72] ERROR digester.Digester - Parse Error at line 853 column 192: Attribute "topBorder" with value "Null" must have a value from the list "None Thin 1Point 2Point 4Point Dotted ".
org.xml.sax.SAXParseException: Attribute "topBorder" with value "Null" must have a value from the list "None Thin 1Point 2Point 4Point Dotted ".
at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)
If you type the vaule none directly into the .jrxml it works.

Recommended Comments