I agree with petey. If JSP cannot mixed with javascript, it will be a very great problem!
As for porto, I have such kind of experience a lot and it is painful(all seems ok but it simply doesnt work). My suggestion is as follow:
1. Try to block some unnecessary code to make to whole thing...
I am using xsl-fo to generate pdf. HOwever I encounter
org.xml.sax.SAXException: Can't have more than one root on a DOM!
My code is as below:
Document doc = DocumentBuilderFactory.newInstance().newDocumentBuilder().newDocument();
Element root = doc.createElement("page")...
I am using xsl-fo to generate pdf. HOwever I encounter
org.xml.sax.SAXException: Can't have more than one root on a DOM!
My code is as below:
Document doc = DocumentBuilderFactory.newInstance().newDocumentBuilder().newDocument();
Element root = doc.createElement("page")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.