You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using both of above mentioned plugins. This is how my BuildConfig file looks like:
compile "org.grails.plugins:rendering:1.0.0"
compile (':export:1.7-SNAPSHOT') { excludes 'itext', 'itext-rtf', "xercesImpl" }
Still I receive this error when I want to render a pdf file with rendering plugin:
"NOT_FOUND_ERR: An attempt is made to reference a node in a context where it does not exist"
" 205 | startElement in com.sun.org.apache.xalan.internal.xsltc.trax.SAX2DOM"
What is wrong here? Please help.
Thanks in advance.
Josip
The text was updated successfully, but these errors were encountered:
Hi,
I'm using both of above mentioned plugins. This is how my BuildConfig file looks like:
compile "org.grails.plugins:rendering:1.0.0"
compile (':export:1.7-SNAPSHOT') { excludes 'itext', 'itext-rtf', "xercesImpl" }
Still I receive this error when I want to render a pdf file with rendering plugin:
"NOT_FOUND_ERR: An attempt is made to reference a node in a context where it does not exist"
" 205 | startElement in com.sun.org.apache.xalan.internal.xsltc.trax.SAX2DOM"
What is wrong here? Please help.
Thanks in advance.
Josip
The text was updated successfully, but these errors were encountered: