Skip to content

Commit

Permalink
Fix compile issue of jasper plugin with latest jasper version
Browse files Browse the repository at this point in the history
  • Loading branch information
jogep committed Feb 9, 2019
1 parent bbe46e9 commit 9088405
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ protected void doExecute(String finalLocation, ActionInvocation invocation) thro
Map imagesMap = new HashMap();
request.getSession(true).setAttribute("IMAGES_MAP", imagesMap);

exporter = new JRHtmlExporter();
exporter = new HtmlExporter();
exporter.setParameter(JRHtmlExporterParameter.IMAGES_MAP, imagesMap);
exporter.setParameter(JRHtmlExporterParameter.IMAGES_URI, request.getContextPath() + imageServletUrl);

Expand Down

0 comments on commit 9088405

Please sign in to comment.