I have a documentation that i print from Mendix using a document template. All the data in the documentation is entered via CKEDitor. Printing it usually works, but now I have managed to enter something causing a printing error: Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: net.sf.saxon.trans.XPathException: org.apache.fop.fo.ValidationException: "fo:block" is not a valid child of "fo:table-row"! (See position 339:194). Is there a way to prevent CKEditor entering incorrect input for printing?
↧