Am getting this error when try to populate a PDF form field using the <cfpdf>
tag
The markup in the document following the root element must be well-formed.
When I give overwritedata="yes"
the same code works fine, but overwrites the existing data. I noticed there was some fields on the an "arrary" in the document which I saw when I did this: <cfdump var="#resultstruct#">
. The "array" part is missing in the new, overwritten document.
The exception goes like this:
rg.jdom.input.JDOMParseException: Error on line 92: The markup in the document following the root element must be well-formed. at org.jdom.input.SAXBuilder.build(SAXBuilder.java:468) at org.jdom.input.SAXBuilder.build(SAXBuilder.java:851) at coldfusion.pdf.XFADataXMLGenerator.createFormXMLData(XFADataXMLGenerator.java:108) at coldfusion.tagext.lang.PDFFormTag.doEndTag(PDFFormTag.java:276) at cfpopulatePDF2ecfm344978773.runPage(C:\ColdFusion8\wwwroot\CFIDE\populatePDF.cfm:26) ...