We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, all,
I am able to use staticText and barcode and other components through the Jasper plugin 1.7 release.
When I include the following hc:html component into my code,
<componentElement> <reportElement x="0" y="0" width="572" height="125" uuid="78cb89bf-8914-4d67-bd63-b31605945387"/> <hc:html xmlns:hc="http://jasperreports.sourceforge.net/htmlcomponent" xsi:schemaLocation="http://jasperreports.sourceforge.net/htmlcomponent http://jasperreports.sourceforge.net/xsd/htmlcomponent.xsd" scaleType="RetainShape" horizontalAlign="Left" verticalAlign="Middle"> <hc:htmlContentExpression><![CDATA["<p style='background-color:yellow;'>HTML paragraph</p>"]]></hc:htmlContentExpression> </hc:html> </componentElement>
Grails reports errors:
URI /ajax/report Class java.io.FileNotFoundException Message http://jasperreports.sourceforge.net/xsd/htmlcomponent.xsd
Could someone shed some light here? Am I missing some jar file required by the html component? Your help will be highly appreciated.
Best regards, Jingzhao
The text was updated successfully, but these errors were encountered:
To solve this, you should add the library jasperreports-htmlcomponent.
<dependency> <groupId>net.sf.jasperreports</groupId> <artifactId>jasperreports-htmlcomponent</artifactId> <version>5.0.1</version> </dependency>
Sorry, something went wrong.
No Exists
No branches or pull requests
Hi, all,
I am able to use staticText and barcode and other components through the Jasper plugin 1.7 release.
When I include the following hc:html component into my code,
Grails reports errors:
Could someone shed some light here? Am I missing some jar file required by the html component? Your help will be highly appreciated.
Best regards,
Jingzhao
The text was updated successfully, but these errors were encountered: